2009/9/14 A. S. Budden <[email protected]>
>
>
> I've just added a preliminary test version (with a few bug fixes) to
> my site (
> http://sites.google.com/site/abudden/contents/Vim-Scripts/ctags-highlighting
> ).
> Please could you download this version and see whether it works (I've
> only updated ctags_highlighting.vba)? If it doesn't, it would be
> useful to see the debugging output that this version includes: enter
> the following:
>
> :redir > ctags_hl_output.txt
> :let g:CTagsHighlighterDebug = g:DBG_Information
> :call UpdateTypesFile(1,0)
> :redir END
>
> This will create a file called ctags_hl_output.txt in the current
> directory with some useful debugging information. If you could post
> this file then I should be able to work out where it's going wrong.
>
> Thanks,
>
>
Thanks for your relpy.
the command:
:echo substitute($PATH, ';', ',', 'g')
result is:
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
ctags.ext has been in C:\WINDOWS\system32.
And I have downloaded the new copy, The error shows again.
Error detected while processing function
UpdateTypesFile..<SNR>19_FindExePath:
line 33:
E605: Exception not caught: Cannot find file ctags.exe
the command:
:redir > ctags_hl_output.txt
:let g:CTagsHighlighterDebug = g:DBG_Information
:call UpdateTypesFile(1,0)
:redir END
the result below:
Starting UpdateTypesFile
Looking for ctags.exe in 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
Not found.
Looking for ctags in C:\Documents and
Settings\zhao-52\vimfiles,D:\Stone\software\install\job_tools\Vim/vimfiles,D:\Stone\software\install\job_tools\Vim\vim72,D:\Stone\software\install\job_tools\Vim/vimfiles/after,C:\Documents
and Settings\zhao-52\vimfiles/after
Not found.
Could not find ctags.exe
Error detected while processing function
UpdateTypesFile..<SNR>19_FindExePath:
line 33:
E605: Exception not caught: Cannot find file ctags.exe
It looks like the program can not find the ctags.exe. But I am sure the exe
file has been in C:\WINDOWS\system32.What happened?
PS:
I have make the tag file for all symbol by use awk command. And save these
symbols to the tag_highlight.hi file.
Then in my _vimrc I add thiese sentences:
if filereadable("tag_highlight.hi")
autocmd BufRead,BufNewFile * so tag_highlight.hi
endif
So I can highlight my symbols in my code. But I feel some slowly when I open
my code file.
How about your plugin?
Is it using the same method?
Will it create a tag symbol file?
Will it make it slowly when open code file?
Thanks again.
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---