Set softtabstop to -1 to allow chaging shiftwidth

This commit is contained in:
Adam Stankiewicz
2020-10-23 01:22:31 +02:00
parent 2522ad2029
commit f828912a7f

View File

@@ -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