mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-09 12:03:53 -05:00
Fix disabling autoindent, #541
This commit is contained in:
@@ -1777,8 +1777,7 @@ au BufNewFile,BufRead,StdinReadPost *
|
|||||||
\ | call polyglot#Heuristics() | endif
|
\ | call polyglot#Heuristics() | endif
|
||||||
|
|
||||||
|
|
||||||
if !has_key(s:disabled_packages, 'helm')
|
if !has_key(s:disabled_packages, 'autoindent')
|
||||||
|
|
||||||
" Code below re-implements sleuth for vim-polyglot
|
" Code below re-implements sleuth for vim-polyglot
|
||||||
let g:loaded_sleuth = 1
|
let g:loaded_sleuth = 1
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user