FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for indent - elithecho/vim-ruby · GitHub
elithecho
/
vim-ruby
Public
forked from
vim-ruby/vim-ruby
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
vim-ruby
indent
on
master
User selector
Datepicker
Commit history
Commits on Feb 25, 2019
Fix missing comma in indent/ruby.vim in s:syng_strcom list
jerryskye
committed
b46fce0
View commit details
Copy full SHA for b46fce0
View code at this point
Browse repository at this point
Add new syntax groups for percent literal delimiters
Show description for eec4d89
dkearns
committed
eec4d89
View commit details
Copy full SHA for eec4d89
View code at this point
Browse repository at this point
Commits on Feb 17, 2019
Fix indenting of leading &. chained continuation lines
Show description for 5984d82
dkearns
committed
5984d82
View commit details
Copy full SHA for 5984d82
View code at this point
Browse repository at this point
Commits on Feb 8, 2019
Remove remnants of the rubyNoInterpolation syntax group
Show description for ba16775
dkearns
committed
ba16775
View commit details
Copy full SHA for ba16775
View code at this point
Browse repository at this point
Commits on Jan 29, 2019
Highlight Unicode escape sequences
Show description for d917ea0
dkearns
committed
d917ea0
View commit details
Copy full SHA for d917ea0
View code at this point
Browse repository at this point
Commits on Jan 26, 2019
Don't match identifiers ending in "def" as indent keywords
Show description for 9a84b56
dkearns
committed
9a84b56
View commit details
Copy full SHA for 9a84b56
View code at this point
Browse repository at this point
Commits on Jan 6, 2019
Revert "Support filetype=html.eruby"
Show description for b3a4af9
tpope
committed
b3a4af9
View commit details
Copy full SHA for b3a4af9
View code at this point
Browse repository at this point
Clean up file headers
Show description for 37bc2a1
dkearns
committed
37bc2a1
View commit details
Copy full SHA for 37bc2a1
View code at this point
Browse repository at this point
Commits on Oct 2, 2018
Simplify regex using \k
AndrewRadev
committed
a85f078
View commit details
Copy full SHA for a85f078
View code at this point
Browse repository at this point
Commits on Oct 1, 2018
Change indentation to allow (almost) any method to precede a `def` call
Show description for 89bfb47
amarshall
committed
89bfb47
View commit details
Copy full SHA for 89bfb47
View code at this point
Browse repository at this point
Commits on Aug 4, 2018
Optimize the "empty line inside a string" case
Show description for 8d95b5f
AndrewRadev
committed
8d95b5f
View commit details
Copy full SHA for 8d95b5f
View code at this point
Browse repository at this point
Commits on Jul 5, 2018
Support filetype=html.eruby
Show description for c4b4207
tpope
committed
c4b4207
View commit details
Copy full SHA for c4b4207
View code at this point
Browse repository at this point
Commits on Jun 1, 2017
Guard against accidentally recursive b:eruby_subtype
tpope
committed
ac21bb3
View commit details
Copy full SHA for ac21bb3
View code at this point
Browse repository at this point
Commits on Apr 20, 2017
Work around bug retrieving cleared highlight groups
Show description for ed755b7
tpope
committed
ed755b7
View commit details
Copy full SHA for ed755b7
View code at this point
Browse repository at this point
Commits on Apr 16, 2017
Add missing !/abort to function declarations
tpope
committed
740dc2c
View commit details
Copy full SHA for 740dc2c
View code at this point
Browse repository at this point
Commits on Feb 20, 2017
add support for g:ruby_indent_assignment_style
nerdrew
committed
4c5009a
View commit details
Copy full SHA for 4c5009a
View code at this point
Browse repository at this point
Commits on Feb 6, 2017
Fix issue with wrong indent line
Show description for 1b4a95d
AndrewRadev
committed
1b4a95d
View commit details
Copy full SHA for 1b4a95d
View code at this point
Browse repository at this point
Fix issue with indent callback order
Show description for 08b1373
AndrewRadev
committed
08b1373
View commit details
Copy full SHA for 08b1373
View code at this point
Browse repository at this point
Commits on Feb 5, 2017
Merge pull request #324 from vim-ruby/organize-indent-into-functions
Show description for 5c1ec6f
AndrewRadev
authored
5c1ec6f
View commit details
Copy full SHA for 5c1ec6f
View code at this point
Browse repository at this point
Commits on Feb 3, 2017
fix indent for closing html tag (#327)
Show description for 4e47027
RGBD
authored and
tpope
committed
4e47027
View commit details
Copy full SHA for 4e47027
View code at this point
Browse repository at this point
Commits on Jan 5, 2017
Use `plnum_msl` instead of `pline_msl`
Show description for 922fefd
AndrewRadev
committed
922fefd
View commit details
Copy full SHA for 922fefd
View code at this point
Browse repository at this point
Remove some leftover TODOs
AndrewRadev
committed
c82d787
View commit details
Copy full SHA for c82d787
View code at this point
Browse repository at this point
Fix closing bracket issue
AndrewRadev
committed
795aff4
View commit details
Copy full SHA for 795aff4
View code at this point
Browse repository at this point
Correct default indent
AndrewRadev
committed
3247725
View commit details
Copy full SHA for 3247725
View code at this point
Browse repository at this point
Minor comment fix
AndrewRadev
committed
d71d256
View commit details
Copy full SHA for d71d256
View code at this point
Browse repository at this point
Probably no need to fetch the prevnonblank line
AndrewRadev
committed
6a518b6
View commit details
Copy full SHA for 6a518b6
View code at this point
Browse repository at this point
Change Decho commenting to enable :DechoOn/:DechoOff debugging
AndrewRadev
committed
8b00743
View commit details
Copy full SHA for 8b00743
View code at this point
Browse repository at this point
Fix broken test, add note
AndrewRadev
committed
7938404
View commit details
Copy full SHA for 7938404
View code at this point
Browse repository at this point
Don't fetch the MSL unless absolutely necessary
Show description for bffa08b
AndrewRadev
committed
bffa08b
View commit details
Copy full SHA for bffa08b
View code at this point
Browse repository at this point
Change indent info structure depending on what's needed
AndrewRadev
committed
b2d2263
View commit details
Copy full SHA for b2d2263
View code at this point
Browse repository at this point
Reorganize indent file contents
Show description for c8bb746
AndrewRadev
committed
c8bb746
View commit details
Copy full SHA for c8bb746
View code at this point
Browse repository at this point
Split indent code into separate functions
Show description for 7b95e4e
AndrewRadev
committed
7b95e4e
View commit details
Copy full SHA for 7b95e4e
View code at this point
Browse repository at this point
Get rid of "ind" mutation
Show description for ee4ccc3
AndrewRadev
committed
ee4ccc3
View commit details
Copy full SHA for ee4ccc3
View code at this point
Browse repository at this point
Collect all indent info in a single dict
Show description for a7d2a49
AndrewRadev
committed
a7d2a49
View commit details
Copy full SHA for a7d2a49
View code at this point
Browse repository at this point
Rename variables, move them to the top
Show description for 57f1802
AndrewRadev
committed
57f1802
View commit details
Copy full SHA for 57f1802
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL