vim-abolish
vim-abolish copied to clipboard
Add support for Ada_Case
Currently, without Ada case support, you can get some awkward results from converting single words to multiple words. For example, running :S/example/my_example/:
example -> my_example // snake case internally
Example -> MyExample // mixed case internally
E: Oh hey... This could close issue #111 .