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
af89d6e052
kakoune
/
test
/
indent
/
ruby
/
following-blocks-should-not-prevent-end
/
out
7 lines
26 B
Plaintext
Raw
Normal View
History
Unescape
Escape
ruby.kak: Refactor end autoinsertion logic to be more robust Fixes the bug described by PR #1994
2018-04-14 04:47:42 +02:00
def foo
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
ruby.kak: Refactor end autoinsertion logic to be more robust Fixes the bug described by PR #1994
2018-04-14 04:47:42 +02:00
end
def bar
end
Reference in New Issue
Copy Permalink
Mastodon