summaryrefslogtreecommitdiff
path: root/test/indent/ruby/method-definition-shouldnt-duplicate
AgeCommit message (Collapse)Author
2022-05-29rc filetype: add some missing ModeChange hooks for trim-indentJohannes Altmanninger
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.
2019-03-21Add categories in rc/Alex Leferry 2
Closes #2783
2018-04-10Add test for buggy ruby method newlineNate Clark
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.