Let user select tabstop, by not changing it

This commit is contained in:
Adam Stankiewicz
2020-09-04 14:23:18 +02:00
parent 4df00e6574
commit c30ba66d22

View File

@@ -100,9 +100,6 @@ function! s:guess(lines) abort
return {'expandtab': 0, 'shiftwidth': &tabstop}
elseif heuristics.soft != heuristics.hard
let options.expandtab = heuristics.soft > heuristics.hard
if heuristics.hard
let options.tabstop = 2
endif
endif
return options