mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-11 13:03:50 -05:00
Set softtabstop to -1 to allow chaging shiftwidth
This commit is contained in:
@@ -2777,7 +2777,6 @@ if !has_key(s:disabled_packages, 'autoindent')
|
||||
" -1 was not supported before Vim 7.4
|
||||
let &l:softtabstop = a:num_spaces
|
||||
endtry
|
||||
let &l:softtabstop=shiftwidth
|
||||
return 1
|
||||
endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user