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
When I open a rust file, then run :vsplit and :Explore, the syntax highlighting from rust.vim disappears. (Video at https://asciinema.org/a/0uc8jtm81uztlisgmf13xhu00). This doesn't happen when I remove the {'for': 'rust'} in the .vimrc
This happens with both Ubuntu 14.04's vim and neovim.
When `Hexplore` or `Vexplore` is called the current buffer loses its
syntax highlighting if it's provided by polyglot.
This wraps each ftdetect block in an `augroup` which resolves the issue.
The solution was taken from junegunn/vim-plug#474
With the following vimrc:
When I open a rust file, then run
:vsplit
and:Explore
, the syntax highlighting fromrust.vim
disappears. (Video at https://asciinema.org/a/0uc8jtm81uztlisgmf13xhu00). This doesn't happen when I remove the{'for': 'rust'}
in the .vimrcThis happens with both Ubuntu 14.04's vim and neovim.
The text was updated successfully, but these errors were encountered: