Re: [vim/vim] Wrong syntax coloring (#6331)

2020-06-27 Fir de Conversatie Charles Campbell
Christian Brabandt wrote: On Do, 25 Jun 2020, Charles Campbell wrote: I think it is not about matchit itself, it was just an example. The thing was when using a plugin manager like vim-plug and you want to enable the matchit plugin, you use: Plug 'k-takata/matchit.vim' in your vimrc. And

Re: [vim/vim] Wrong syntax coloring (#6331)

2020-06-26 Fir de Conversatie Christian Brabandt
On Do, 25 Jun 2020, Charles Campbell wrote: I think it is not about matchit itself, it was just an example. The thing was when using a plugin manager like vim-plug and you want to enable the matchit plugin, you use: Plug 'k-takata/matchit.vim' in your vimrc. And apparently, the ' is not

Re: [vim/vim] Wrong syntax coloring (#6331)

2020-06-25 Fir de Conversatie Charles Campbell
Charles Campbell wrote: K.Takata (Vim Github Repository) wrote: I can confirm that: |'k| is shown as vimMark. |-| is shown as vimOper. |.| is shown as vimOper. |vim| is shown as vimCommand. @cecamp Could you check this? BTW, |k-takata/matchit.vim| is now merged

Re: [vim/vim] Wrong syntax coloring (#6331)

2020-06-25 Fir de Conversatie Charles Campbell
K.Takata (Vim Github Repository) wrote: I can confirm that: |'k| is shown as vimMark. |-| is shown as vimOper. |.| is shown as vimOper. |vim| is shown as vimCommand. @cecamp Could you check this? BTW, |k-takata/matchit.vim| is now merged into |chrisbra/matchit|,