Updates:
Cc: [email protected]
Comment #1 on issue 124 by [email protected]: vim.vim syntax
highlighting bug when option string starts with 'z'
https://code.google.com/p/vim/issues/detail?id=124
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
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups "vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.