Closed GoogleCodeExporter closed 9 years ago
Still seems to be an issue. CC'ing Charles, as he is the maintainer of the vim
syntax file.
I think this patch fixes it:
diff --git a/runtime/syntax/vim.vim b/runtime/syntax/vim.vim
--- a/runtime/syntax/vim.vim
+++ b/runtime/syntax/vim.vim
@@ -23,7 +23,7 @@ syn keyword vimCommand contained abc[lea
syn keyword vimCommand contained abo[veleft] arge[dit] au bl[ast] br bro[wse] bun[load] cad[dexpr] cc
syn keyword vimCommand contained al[l] argg[lobal] bad[d] bm[odified] brea[k] bu bw[ipeout] caddf[ile
syn keyword vimCommand contained ar argl[ocal] ba[ll] bn[ext] breaka[dd] buf c cal[l] ce[nter] cg[etf
-syn match vimCommand contained "\<z[-+^.=]\="
+syn match vimCommand contained "\<z[-+^.=]\=\>"
syn keyword vimStdPlugin contained DiffOrig Man N[ext] P[rint] S TOhtml XMLent XMLns
" vimOptions are caught only when contained in a vimSet {{{2
Original comment by chrisbr...@googlemail.com
on 30 Sep 2014 at 8:13
Original comment by chrisbr...@googlemail.com
on 30 Sep 2014 at 9:23
Original comment by chrisbr...@googlemail.com
on 9 Jan 2015 at 12:26
This bug has been fixed for awhile; looks like I neglected to close it.
Original comment by drc...@campbellfamily.biz
on 9 Jan 2015 at 2:44
This change is not in the distribution yet. Perhaps you need to send your Vim
syntax file to me?
Original comment by brammool...@gmail.com
on 9 Jan 2015 at 6:28
Original issue reported on code.google.com by
ikirudennis
on 21 Mar 2013 at 10:56Attachments: