mirror of
https://github.com/junegunn/vim-plug
synced 2026-05-21 17:27:57 -04:00
Only highlight vim-plug buffers if syntax enabled
Previously, syntax highlighting was turned on unconditionally in the buffers opened by commands such as `:PlugUpdate`. With this commit, highlighting is not applied if the user has disabled syntax highlighting by calling `syntax off` after `call plug#end()` in their `vimrc`.
This commit is contained in:
Reference in New Issue
Block a user