mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-10 04:23:51 -05:00
Fix loading when vim8 packages are used
This commit is contained in:
@@ -17,7 +17,7 @@ endif
|
|||||||
" and (mostly comments) from https://github.com/sheerun/vimrc
|
" and (mostly comments) from https://github.com/sheerun/vimrc
|
||||||
"
|
"
|
||||||
" Only settings that matter for proper editing are left
|
" Only settings that matter for proper editing are left
|
||||||
if !has_key(g:polyglot_is_disabled, 'sensible')
|
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'sensible') == -1
|
||||||
" Allow backspace in insert mode.
|
" Allow backspace in insert mode.
|
||||||
if &backspace == ""
|
if &backspace == ""
|
||||||
set backspace=indent,eol,start
|
set backspace=indent,eol,start
|
||||||
|
|||||||
Reference in New Issue
Block a user