Merge remote-tracking branch 'natec425/master'
This commit is contained in:
commit
d5d54889bb
|
@ -0,0 +1 @@
|
|||
c<ret><esc>
|
3
test/indent/ruby/method-definition-shouldnt-duplicate/in
Normal file
3
test/indent/ruby/method-definition-shouldnt-duplicate/in
Normal file
|
@ -0,0 +1,3 @@
|
|||
class Test
|
||||
def test%( )
|
||||
end
|
|
@ -0,0 +1,5 @@
|
|||
class Test
|
||||
def test
|
||||
|
||||
end
|
||||
end
|
3
test/indent/ruby/method-definition-shouldnt-duplicate/rc
Normal file
3
test/indent/ruby/method-definition-shouldnt-duplicate/rc
Normal file
|
@ -0,0 +1,3 @@
|
|||
source "%val{runtime}/colors/default.kak"
|
||||
source "%val{runtime}/rc/base/ruby.kak"
|
||||
set buffer filetype ruby
|
Loading…
Reference in New Issue
Block a user