mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-11 21:13: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"
|
if line[0] == "\t"
|
||||||
setlocal noexpandtab
|
setlocal noexpandtab
|
||||||
let &l:shiftwidth=&tabstop
|
let &l:shiftwidth=&tabstop
|
||||||
let &l:tabstop=minindent
|
|
||||||
let b:sleuth_culprit .= ':' . i
|
let b:sleuth_culprit .= ':' . i
|
||||||
return 1
|
return 1
|
||||||
elseif line[0] == " "
|
elseif line[0] == " "
|
||||||
|
|||||||
Reference in New Issue
Block a user