2009/9/16 A. S. Budden <[email protected]>

>Okay!  I think I've figured out what's going on.  Please can you
>download the latest version from
>
http://sites.google.com/site/abudden/contents/Vim-Scripts/ctags-highlighting
>and let me know whether it works?

>There's a note (that I'd previously missed) in :help globpath() that
>says "Note that on MS-Windows a directory may have a trailing
>backslash, remove it if you put a comma after it.".  I think that the
>first entry in your path (which ends in a backslash) was being treated
>as a single path: "C:\Program Files\PC Connectivity
>Solution,C:\WINDOWS\system32", which doesn't make sense.  As a result,
>C:\WINDOWS\system32 wasn't being searched.  Therefore, I've changed
>the path substitution to:

>let path = substitute($PATH, '\\\?;', ',', 'g')
>
>which removes any trailing backslash at the same time as adding the
>comma.  Hopefully this will fix the problem.

Thank you for your reply.
And now, when I run :UpdataTypesFile, there is no error any more.
But the highlight do not show.The tags such as: MACRO define, typedef look
same with before.

How to do with this?


--


--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---

Reply via email to