mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-08 11:33:52 -05:00
Do not touch nofileignorecase setting, fixes #694
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user