Closed
Description
Does this bug happen when you install plugin without vim-polyglot?
N/A. Removing vim-polyglot results in tabstop
not being reset.
Describe the bug:
I have tabstop
set to 8
in ~/.vim/ftplugin/make.vim
but it is being reset to 2
by vim-polyglot.
The stanza in question in polyglot.vim
does the following:
if &tabstop == 8
let &l:tabstop = 2
endif
To Reproduce:
- Install vim-polyglot
- Set
tabstop
to8
. I have this in~/.vim/ftplugin/make.vim
, but doing so invimrc
will probably have the same effect. - Edit an existing Makefile containing tabs.
tabstop
has been reset from8
to2
.
Metadata
Metadata
Assignees
Labels
No labels