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

same filename darkBlue.vim and darkblue.vim on macos

Open pjmbox opened this issue 3 years ago • 4 comments

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.

pjmbox avatar Mar 23 '21 08:03 pjmbox

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

erikw avatar Apr 03 '21 18:04 erikw

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

figsoda avatar Nov 19 '21 01:11 figsoda

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. :(

chuahou avatar Nov 19 '21 13:11 chuahou

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

skywind3000 avatar Jan 15 '24 15:01 skywind3000