Do not set tabstop by mistake

This commit is contained in:
Adam Stankiewicz
2020-10-19 00:10:17 +02:00
parent 88cae16fca
commit 3618414fad

View File

@@ -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] == " "