mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-09 12:03:53 -05:00
Fix disabling sensible settings, closes #602
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 !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'sensible')
|
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'sensible') == -1
|
||||||
" Autoindent when starting new line, or using `o` or `O`.
|
" Autoindent when starting new line, or using `o` or `O`.
|
||||||
set autoindent
|
set autoindent
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user