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

File conflict on Windows

Open ludovicchabant opened this issue 7 years ago • 6 comments

Hi there,

Commit 613bd695916ab14db6f2463edf9e49d3236b179d added a new darkBlue.vim scheme, but on Windows, which has a case-insensitive file-system, that conflicts with the existing darkblue.vim (note the lowercase "b").

I don't know if there's a better solution than this, but renaming that new one to darkblue3.vim would definitely be the simplest?

ludovicchabant avatar Aug 22 '17 20:08 ludovicchabant

Same as Mac osx. Vundle PluginUpdate not working.

~/.vim/bundle/vim-colorschemes$ git status
On branch master
Your branch is up-to-date with 'origin/master'.

Changes not staged for commit:
  (use "git add <file>..." to update what will be committed)
  (use "git checkout -- <file>..." to discard changes in working directory)

	modified:   colors/darkBlue.vim

no changes added to commit (use "git add" and/or "git commit -a")

unchai avatar Aug 28 '17 13:08 unchai

Hitting this as well

jamilbk avatar Oct 11 '17 21:10 jamilbk

lol, yes this is a problem for case insensitive filesystems :-)

mixonic avatar Feb 13 '18 04:02 mixonic

@flazz friendly bump

davesims avatar Jun 24 '18 14:06 davesims

Has anybody forked this repository to fix this ↑ issue already? Oh, I missed PR above, sorry. It seems that it is easier to use somebody’s fork than wait for merging PR or something.

alsemyonov avatar Aug 02 '18 05:08 alsemyonov

@alsemyonov I forked it and fixed the naming issue. https://github.com/jsatk/vim-colorschemes

jsatk avatar Aug 13 '18 16:08 jsatk