From 730dcb02caab60a6ae5d8b4bdc16d290041061ec Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Wed, 14 Apr 2021 12:24:46 +0200 Subject: Do not touch nofileignorecase setting, fixes #694 --- autoload/polyglot/init.vim | 3 --- 1 file changed, 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 -- cgit v1.2.3