broken sytanx of vim.vim

2015-03-06 Fir de Conversatie mattn
let g:foo = 1 The SynID of foo is not vimVar. Currently, it's vimIsCommand. IFAIK, it was vimVar in few month ago. I'm thinking vimIsCommand is too generally pattern. syn match vimIsCommand \\h\w*\ contains=vimCommand syn match vimVar\[bwglsav]:\K\k*\ syn match vimVar

Re: broken sytanx of vim.vim

2015-03-06 Fir de Conversatie Charles Campbell
mattn wrote: let g:foo = 1 The SynID of foo is not vimVar. Currently, it's vimIsCommand. IFAIK, it was vimVar in few month ago. I'm thinking vimIsCommand is too generally pattern. syn match vimIsCommand\\h\w*\ contains=vimCommand syn match vimVar \[bwglsav]:\K\k*\

Re: broken sytanx of vim.vim

2015-03-06 Fir de Conversatie Charles Campbell
Charles Campbell wrote: mattn wrote: let g:foo = 1 The SynID of foo is not vimVar. Currently, it's vimIsCommand. IFAIK, it was vimVar in few month ago. I'm thinking vimIsCommand is too generally pattern. syn match vimIsCommand \\h\w*\ contains=vimCommand syn match vimVar