diff options
| author | Adam Stankiewicz <sheerun@sher.pl> | 2020-10-23 00:56:41 +0200 | 
|---|---|---|
| committer | Adam Stankiewicz <sheerun@sher.pl> | 2020-10-23 00:56:41 +0200 | 
| commit | 6636144497456510fb48a252c65462750cf36aeb (patch) | |
| tree | 07ce4cf264ca1645cf4b2576ee399fb7bd2725cf | |
| parent | 2a205569eb5a6b0cd69336bbdced1dc35cbbc7d2 (diff) | |
| download | vim-polyglot-6636144497456510fb48a252c65462750cf36aeb.tar.gz vim-polyglot-6636144497456510fb48a252c65462750cf36aeb.zip | |
Prevent setting expandtab by default, closes #599
Diffstat (limited to '')
| -rw-r--r-- | ftdetect/polyglot.vim | 6 | 
1 files changed, 0 insertions, 6 deletions
| diff --git a/ftdetect/polyglot.vim b/ftdetect/polyglot.vim index 38c3d689..175575ba 100644 --- a/ftdetect/polyglot.vim +++ b/ftdetect/polyglot.vim @@ -2821,12 +2821,6 @@ if !has_key(s:disabled_packages, 'autoindent')        let level -= 1      endwhile -    setlocal expandtab -    let &l:shiftwidth = 2 -    if &tabstop == 8 -      let &l:tabstop = 2 -    endif -      let b:sleuth_culprit = "default"    endfunc | 
