Alexey Radkov wrote:
Hi.
I found another issue with vim sources syntax highlights.
In the following code:
fun! VimwikiLinkHandler(link)
let link = a:link
if link =~ "vlocal:" || link =~ "vfile:"
let link = link[1:]
else
return 0
endif
" blah-blah
endif
Hello!
I will accept the patches (except for the duplicate patching in the last
one, which was rejected).
Please try the version in
http://www.drchip.org/astronaut/vim/index.html#SYNTAX_VIM
(I don't remember why the onelines were there, I'm afraid)
BTW, I prefer direct email contact for patches rather than via the
mailing list.
Thank you for your contributions,
C Campbell
--
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