mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-10 20:43:52 -05:00
Do not touch nofileignorecase setting, fixes #694
This commit is contained in:
@@ -66,9 +66,6 @@ endfun
|
|||||||
|
|
||||||
au VimEnter * call PolyglotVerify()
|
au VimEnter * call PolyglotVerify()
|
||||||
|
|
||||||
" Be consistent across different systems
|
|
||||||
set nofileignorecase
|
|
||||||
|
|
||||||
function! s:SetDefault(name, value)
|
function! s:SetDefault(name, value)
|
||||||
if !exists(a:name)
|
if !exists(a:name)
|
||||||
let {a:name} = a:value
|
let {a:name} = a:value
|
||||||
|
|||||||
Reference in New Issue
Block a user