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

same filename darkBlue.vim and darkblue.vim on macos #186

Open
pjmbox opened this issue Mar 23, 2021 · 4 comments
Open

same filename darkBlue.vim and darkblue.vim on macos #186

pjmbox opened this issue Mar 23, 2021 · 4 comments

Comments

@pjmbox
Copy link

pjmbox commented Mar 23, 2021

by default, on macos, it is not case sensitive.

unfortunately, in colors folder, there are two schema files:

`-rw-rw-r-- 1 jiang jiang 2.8K Mar 23 14:14 darkblue.vim

-rw-rw-r-- 1 jiang jiang 2.7K Mar 23 14:14 darkBlue.vim`

this confuse git on macos, which always report:

`On branch master
Your branch is up to date with 'origin/master'.

Changes not staged for commit:
(use "git add ..." to update what will be committed)
(use "git restore ..." to discard changes in working directory)
modified: colors/darkBlue.vim`

I hope you can rename one of these files to fix this problem. Thanks.

@erikw
Copy link

erikw commented Apr 3, 2021

I got the same problem. Let us please rename one of those dark-blue files!

@figsoda
Copy link

figsoda commented Nov 19, 2021

This is causing hash issues in nixpkgs, hope it gets fixed soon, but this repository hasn't seen any updates in 1.5 years

@chuahou
Copy link

chuahou commented Nov 19, 2021

At the moment #181 presents a fix that's ready to be merged, but the repo owner seems to be inactive for >1 year as well. :(

@skywind3000
Copy link

Similar problem on windows, darkblue.vim and darkBlue.vim conflict with each other, because filename is case insensitive on Windows.

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

5 participants