We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45a7512 commit ba3fe9eCopy full SHA for ba3fe9e
plugin/polyglot.vim
@@ -17,7 +17,7 @@ endif
17
" and (mostly comments) from https://github.com/sheerun/vimrc
18
"
19
" Only settings that matter for proper editing are left
20
-if !has_key(g:polyglot_is_disabled, 'sensible')
+if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'sensible') == -1
21
" Allow backspace in insert mode.
22
if &backspace == ""
23
set backspace=indent,eol,start
0 commit comments