rename.vim
rename.vim copied to clipboard
Casing ignored
rename.vim doesn't respect casing in certain cases:
" if file is named Foo.md, this will not rename the file/buffer
:Rename foo.md
" if file is named foo.md, this will not rename the file/buffer
:Rename Foo.md