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

2009/9/15 stone <[email protected]>:
> 2009/9/14 A. S. Budden <[email protected]>

> This is indeed very strange.  The problem is coming from globpath( )
> as far as I can tell: it doesn't think that the file exists.  Your
> path looks correct (and in the right format for globpath), so it's
> bizarre that it can't find ctags.exe.  Please can you try the
> following?

> Sorry for the tedious entry: as an alternative, save all of that to a
> file (e.g. c:\testfile.vim) without the leading colons and do:

> :source c:\testfile.vim

> We'll get to the bottom of this in the end!

The result is like this:

Path:

C:\Program Files\PC Connectivity
Solution\,C:\WINDOWS\system32,C:\WINDOWS,C:\WINDOWS\System32\Wbem,C:\Program
Files\Common Files\Roxio Shared\DLLShared\,C:\Program
Files\doxygen\bin,,D:\Stone\software\install\job_tools\cvsnt,C:\Program
Files\IVI
Foundation\VISA\WinNT\Bin,D:\Stone\software\install\job_tools\Vim\vim72
1 line less; before #1  2 seconds ago

Path Glob:

1 line less; before #2  2 seconds ago

Winsys Glob:

c:\windows\system32\ctags.exe

Path Glob for xcopy.exe:
1 line less; before #3  2 seconds ago



Winsys Glob for xcopy.exe:

c:\windows\system32\xcopy.exe

Readable?

1

> My plugin uses a similar method (it runs ctags, then parses it using
> python to generate a symbol file).  It probably adds a little delay
> opening the code file, but I don't really notice it.  It obviously
> depends on the number of symbols and how you are doing the
> highlighting.  It's important that you use "syn keyword" instead of
> "syn match" (as the latter is much slower) and it is beneficial to put
> multiple keywords on one line (although there is a line length limit
> that must be obeyed as well) in order to reduce the size of the
> highlight file.

> Hope that helps,

Thank you for your advise. And How about one line length limit?

--

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

Reply via email to