FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for indent - vim-ruby/vim-ruby · GitHub
vim-ruby
/
vim-ruby
Public
Notifications
You must be signed in to change notification settings
Fork
285
Star
2k
Code
Issues
57
Pull requests
6
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
vim-ruby
indent
on
vim7.4
User selector
Datepicker
Commit history
Commits on May 12, 2013
Basic "<<"-style heredoc indenting
Show description for beb1289
AndrewRadev
committed
beb1289
View commit details
Copy full SHA for beb1289
View code at this point
Browse repository at this point
Commits on Mar 17, 2013
Fix continuation issue again
Show description for 260897a
AndrewRadev
committed
260897a
View commit details
Copy full SHA for 260897a
View code at this point
Browse repository at this point
Commits on Mar 14, 2013
Remove "Anon CVS" headers
tpope
committed
4937eef
View commit details
Copy full SHA for 4937eef
View code at this point
Browse repository at this point
Commits on Mar 12, 2013
Revert "Add symbols to string-like patterns"
Show description for 313ed2a
AndrewRadev
committed
313ed2a
View commit details
Copy full SHA for 313ed2a
View code at this point
Browse repository at this point
Commits on Mar 10, 2013
Add symbols to string-like patterns
AndrewRadev
committed
9d16028
View commit details
Copy full SHA for 9d16028
View code at this point
Browse repository at this point
Use s:Match instead of =~ to avoid matching strings or comments
AndrewRadev
committed
6c8f3d8
View commit details
Copy full SHA for 6c8f3d8
View code at this point
Browse repository at this point
Commits on Feb 18, 2013
Watch out for indent keywords with hanging brackets
Show description for 1a2075d
AndrewRadev
committed
1a2075d
View commit details
Copy full SHA for 1a2075d
View code at this point
Browse repository at this point
Commits on Feb 10, 2013
Adjust indenting after lines like "],"
Show description for 17b4d24
AndrewRadev
committed
17b4d24
View commit details
Copy full SHA for 17b4d24
View code at this point
Browse repository at this point
Remove unnecessary check
Show description for 96b308b
AndrewRadev
committed
96b308b
View commit details
Copy full SHA for 96b308b
View code at this point
Browse repository at this point
Commits on Nov 13, 2012
Fix bug with interpolation in %|| strings
AndrewRadev
committed
0c4190c
View commit details
Copy full SHA for 0c4190c
View code at this point
Browse repository at this point
Commits on Oct 14, 2012
Fixes to closing bracket handler
Show description for f27d520
AndrewRadev
committed
f27d520
View commit details
Copy full SHA for f27d520
View code at this point
Browse repository at this point
Handle hanging closing brackets with code on the same line
AndrewRadev
committed
ebc94f6
View commit details
Copy full SHA for ebc94f6
View code at this point
Browse repository at this point
Commits on Sep 27, 2012
Oops. Fix s:block_continuation_regex
Show description for f3e4253
AndrewRadev
committed
f3e4253
View commit details
Copy full SHA for f3e4253
View code at this point
Browse repository at this point
Commits on Sep 26, 2012
Fix an issue with block continuations
Show description for 4a90d71
AndrewRadev
committed
4a90d71
View commit details
Copy full SHA for 4a90d71
View code at this point
Browse repository at this point
Commits on Aug 8, 2012
Handling for multiline splats
AndrewRadev
committed
15ae2d7
View commit details
Copy full SHA for 15ae2d7
View code at this point
Browse repository at this point
Minor whitespace tweak
AndrewRadev
committed
5990bf1
View commit details
Copy full SHA for 5990bf1
View code at this point
Browse repository at this point
Commits on Jul 18, 2012
Restrict "do" blocks a bit
Show description for a9073e5
AndrewRadev
committed
a9073e5
View commit details
Copy full SHA for a9073e5
View code at this point
Browse repository at this point
Commits on May 29, 2012
Initial handling for closing brackets on the same line as code
AndrewRadev
committed
a1c024e
View commit details
Copy full SHA for a1c024e
View code at this point
Browse repository at this point
Commits on May 10, 2012
Fix bug with 'ignorecase' on
Show description for 4cf6a00
AndrewRadev
committed
4cf6a00
View commit details
Copy full SHA for 4cf6a00
View code at this point
Browse repository at this point
Commits on May 8, 2012
Handle an edge case with continuations
AndrewRadev
committed
3e56518
View commit details
Copy full SHA for 3e56518
View code at this point
Browse repository at this point
Improve multiline assignment handling
Show description for 821bbe4
AndrewRadev
committed
821bbe4
View commit details
Copy full SHA for 821bbe4
View code at this point
Browse repository at this point
Commits on Apr 21, 2012
Merge branch 'fix-def-indentation'
AndrewRadev
committed
6648287
View commit details
Copy full SHA for 6648287
View code at this point
Browse repository at this point
Check for a "%" before braces
Show description for 18ca125
AndrewRadev
committed
18ca125
View commit details
Copy full SHA for 18ca125
View code at this point
Browse repository at this point
Fix another problem with |(a, b)| blocks
Show description for c39ccaa
AndrewRadev
committed
c39ccaa
View commit details
Copy full SHA for c39ccaa
View code at this point
Browse repository at this point
Merge branch 'master' into fix-def-indentation
AndrewRadev
committed
8577baf
View commit details
Copy full SHA for 8577baf
View code at this point
Browse repository at this point
More comments on parsing |(a, b)|
AndrewRadev
committed
30c6aee
View commit details
Copy full SHA for 30c6aee
View code at this point
Browse repository at this point
Indent |(a, b)| blocks correctly
Show description for 6438059
AndrewRadev
committed
6438059
View commit details
Copy full SHA for 6438059
View code at this point
Browse repository at this point
Commits on Mar 20, 2012
Rewrite end_start_regex a bit more
Show description for 00ecb05
AndrewRadev
committed
00ecb05
View commit details
Copy full SHA for 00ecb05
View code at this point
Browse repository at this point
Attempt to fix incorrect def indentation
AndrewRadev
committed
4d2d7fa
View commit details
Copy full SHA for 4d2d7fa
View code at this point
Browse repository at this point
Commits on Mar 3, 2012
Fixed indent after escaped parenthesis in a regex
jeady
authored and
tpope
committed
8e4076a
View commit details
Copy full SHA for 8e4076a
View code at this point
Browse repository at this point
Commits on Feb 9, 2012
Add block parameter
mashiro
committed
2c2e111
View commit details
Copy full SHA for 2c2e111
View code at this point
Browse repository at this point
Commits on Feb 5, 2012
Add "else" to indentkeys
AndrewRadev
committed
da02ee9
View commit details
Copy full SHA for da02ee9
View code at this point
Browse repository at this point
Commits on Nov 21, 2011
Indent blocks, started on continued lines
Show description for f265e6b
AndrewRadev
committed
f265e6b
View commit details
Copy full SHA for f265e6b
View code at this point
Browse repository at this point
Commits on Oct 12, 2011
Fix a bug with lambdas within hashes
Show description for 852596f
AndrewRadev
committed
852596f
View commit details
Copy full SHA for 852596f
View code at this point
Browse repository at this point
Commits on Sep 27, 2011
Fix indent after a word ending in or/and
tpope
committed
abfe860
View commit details
Copy full SHA for abfe860
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL