rename.vim icon indicating copy to clipboard operation
rename.vim copied to clipboard

Casing ignored

Open dhulihan opened this issue 8 years ago • 0 comments

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

dhulihan avatar Sep 18 '17 15:09 dhulihan