This website requires JavaScript.
Explore
Help
Sign In
xenia
/
kakoune
Watch
1
Star
0
Fork
0
You've already forked kakoune
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
fea851b78b
kakoune
/
test
/
indent
/
ruby
/
method-definition-shouldnt-duplicate
/
out
6 lines
37 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Add test for buggy ruby method newline Currently, inserting a newline after a ruby method will incorrectly cause the following line to repeat the method header. This commit adds a test case to illustrate the bug.
2018-04-11 01:30:12 +02:00
class Test
def test
rc filetype: add some missing ModeChange hooks for trim-indent Some languages have a trim-indent command but don't use it (for no apparent reason). Make them trim trailing spaces when exiting insert mode, like most other languages support scripts do.
2022-04-30 11:27:12 +02:00
Add test for buggy ruby method newline Currently, inserting a newline after a ruby method will incorrectly cause the following line to repeat the method header. This commit adds a test case to illustrate the bug.
2018-04-11 01:30:12 +02:00
end
end
Reference in New Issue
Copy Permalink
Mastodon