You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Does this bug happen when you install plugin without vim-polyglot?
(not really applicable since it's vim's runtime files, but it does not happen without vim-polyglot)
Describe the bug:
Polyglot recently started breaking vimscript highlighting for me on vanilla vim. It looks like it changed with the fix for #578, where the vimscript files were swapped for neovim's. These don't seem to work with regular vim, causing unhighlighted command names, and highlighting most function calls in command definitions as errors.
I use Vim8 packages, without a wrapper, as an opt package, that I manually load before setting filetype and syntax.
To Reproduce:
Grab this minimal self-installing vimrc (or just don't load polyglot some other way)
I haven't updated my vim plugins for months. Today I updated all of them and realized I got this issue too when editing my vimrc. Also, changing the color of vimOption group seems gave no effect
@ghifarit53 You can add let g:polyglot_disabled = ['vim.plugin'] to your vimrc before you load vim-polyglot to fall back to the bundled runtime highlighting (which is what it seems like it used previously anyway) as a workaround until this is fixed.
Does this bug happen when you install plugin without vim-polyglot?
(not really applicable since it's vim's runtime files, but it does not happen without vim-polyglot)
Describe the bug:
Polyglot recently started breaking vimscript highlighting for me on vanilla vim. It looks like it changed with the fix for #578, where the vimscript files were swapped for neovim's. These don't seem to work with regular vim, causing unhighlighted command names, and highlighting most function calls in command definitions as errors.
I use Vim8 packages, without a wrapper, as an
opt
package, that I manually load before settingfiletype
andsyntax
.To Reproduce:
Grab this minimal self-installing vimrc (or just don't load polyglot some other way)
Running two vim instances, the one on the left with just

vim ~/.vimrc
, the other one withUSE_POLYGLOT=yes vim ~/.vimrc
gives:The text was updated successfully, but these errors were encountered: