Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

File conflict on Windows #122

Open
ludovicchabant opened this issue Aug 22, 2017 · 6 comments
Open

File conflict on Windows #122

ludovicchabant opened this issue Aug 22, 2017 · 6 comments

Comments

@ludovicchabant
Copy link

Hi there,

Commit 613bd69 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?

@unchai
Copy link

unchai commented Aug 28, 2017

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")

@metcalfc metcalfc mentioned this issue Sep 13, 2017
@jamilbk
Copy link

jamilbk commented Oct 11, 2017

Hitting this as well

@mixonic
Copy link

mixonic commented Feb 13, 2018

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

@davesims
Copy link

@flazz friendly bump

@alsemyonov
Copy link

alsemyonov commented Aug 2, 2018

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 added a commit to alsemyonov/vim-colorschemes that referenced this issue Aug 2, 2018
I am pretty sure, that it is fixed on Windows too, but I will not check.

* Fixes flazz#122
* Touches flazz#56
alsemyonov added a commit to alsemyonov/vim-colorschemes that referenced this issue Aug 2, 2018
I am pretty sure, that it is fixed on Windows too, but I will not check.

* Fixes flazz#122
* Touches flazz#66
@jsatk
Copy link

jsatk commented Aug 13, 2018

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants