vim-abolish icon indicating copy to clipboard operation
vim-abolish copied to clipboard

Add support for Ada_Case

Open jasonKercher opened this issue 1 year ago • 0 comments

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 .

jasonKercher avatar Jun 08 '24 06:06 jasonKercher