diff options
Diffstat (limited to '')
| -rw-r--r-- | plugin/sleuth.vim | 3 | 
1 files changed, 0 insertions, 3 deletions
| diff --git a/plugin/sleuth.vim b/plugin/sleuth.vim index d7b9b773..a0bba8c4 100644 --- a/plugin/sleuth.vim +++ b/plugin/sleuth.vim @@ -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 | 
