summaryrefslogtreecommitdiffstats
path: root/autoload/polyglot/init.vim
diff options
context:
space:
mode:
Diffstat (limited to 'autoload/polyglot/init.vim')
-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