vim-colorschemes
vim-colorschemes copied to clipboard
File conflict on Windows
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?
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")
Hitting this as well
lol, yes this is a problem for case insensitive filesystems :-)
@flazz friendly bump
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 I forked it and fixed the naming issue. https://github.com/jsatk/vim-colorschemes