diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2021-04-14 12:24:46 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2021-04-14 12:24:46 +0200 |
commit | 730dcb02caab60a6ae5d8b4bdc16d290041061ec (patch) | |
tree | 78608df0d18d2a63b8c109573a3b812884ec8598 | |
parent | 48eb0fb1a890077cc85f1916fc2c8bb611a0f8d5 (diff) | |
download | vim-polyglot-730dcb02caab60a6ae5d8b4bdc16d290041061ec.tar.gz vim-polyglot-730dcb02caab60a6ae5d8b4bdc16d290041061ec.zip |
Do not touch nofileignorecase setting, fixes #694
-rw-r--r-- | autoload/polyglot/init.vim | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/autoload/polyglot/init.vim b/autoload/polyglot/init.vim index 3b7e8072..0cb4f401 100644 --- a/autoload/polyglot/init.vim +++ b/autoload/polyglot/init.vim @@ -66,9 +66,6 @@ endfun au VimEnter * call PolyglotVerify() -" Be consistent across different systems -set nofileignorecase - function! s:SetDefault(name, value) if !exists(a:name) let {a:name} = a:value |