mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-11 13:03:50 -05:00
Do not set tabstop by mistake
This commit is contained in:
@@ -2713,7 +2713,6 @@ if !has_key(s:disabled_packages, 'autoindent')
|
||||
if line[0] == "\t"
|
||||
setlocal noexpandtab
|
||||
let &l:shiftwidth=&tabstop
|
||||
let &l:tabstop=minindent
|
||||
let b:sleuth_culprit .= ':' . i
|
||||
return 1
|
||||
elseif line[0] == " "
|
||||
|
||||
Reference in New Issue
Block a user