summaryrefslogtreecommitdiffstats
path: root/autoload
diff options
context:
space:
mode:
authorAdam Stankiewicz <sheerun@sher.pl>2021-04-14 12:24:46 +0200
committerAdam Stankiewicz <sheerun@sher.pl>2021-04-14 12:24:46 +0200
commit730dcb02caab60a6ae5d8b4bdc16d290041061ec (patch)
tree78608df0d18d2a63b8c109573a3b812884ec8598 /autoload
parent48eb0fb1a890077cc85f1916fc2c8bb611a0f8d5 (diff)
downloadvim-polyglot-730dcb02caab60a6ae5d8b4bdc16d290041061ec.tar.gz
vim-polyglot-730dcb02caab60a6ae5d8b4bdc16d290041061ec.zip
Do not touch nofileignorecase setting, fixes #694
Diffstat (limited to 'autoload')
-rw-r--r--autoload/polyglot/init.vim3
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