On 2月12日, 上午7时05分, "John Beckett" <[email protected]> wrote:
> xpista wrote:
> > (Anyway - where do I file a bug for the issues like this?)
>
> The syntax file for C# is cs.vim. That file (under your Vim installation
> directory) has the name of the maintainer with an email address. The
> procedure is to send a message to that person. If no response in a
> month, you would report here (more properly, in vim_dev but here will
> do).
>
> Sorry I can't help with your actual problem.
>
> John
many syntax file has bug. espcially vim.vim. the user-command has bug:
you can't use functions like s:func_name for custom complete function.
it shows error. i change it to:
syn match vimUserAttrbCmpltFunc contained ",\%([sS]:\|<[sS][iI][dD]>
\|\u\|\h\w*\%(#\u\w*\)\+\)\%(\w*\)"hs=s+1 nextgroup=vimUserCmdError
and a little problem, "custom, "and "customlist, " are not case-
ignore, and vim.vim refer to it is. it makes me confusing a while...
p.s: is it mean bottom-post? i usually read posts at web-browser, and
it only offer blank line at the top of quote. so i has got used to
write my post above the quote. if it makes troubles, i will correct
it...
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---