Thursday, September 9, 2010

Gvim + ctags+omnicppcomplete on WinXP. Please help!

Hi,
I've been really happy working with vim in Linux, but now I'm in
Windows and tags in Vim seem broken.

Here is my config: Gvim 7.3, ctags 5.8, omnicppcomplete (0.41), WinXP
SP3
Now, I was trying to parse the Bada platform includes as well as STL
from Visual Studio with the command:
ctags -R --c++-kinds=+p --fields=+iaS --extra=+q --language-force=C++
c:\Bada\1.0.0\include
I reassured it has non-zero value (6 MB), copied to folder with _vimrc
and added line to the latter:
set tags+="c:\Program Files\Vim\bada"

Installed omnicppcomplete, edited vimrc as specified here:
http://vim.wikia.com/wiki/C++_code_completion
And launched Gvim.
Well, as you understand - no result.
The omnicppcomplete doesn't resolve the main namespace Osp, present in
all parsed .h files.
When I checked the tag list by :tags command, I saw nothing.

The Ctrl-F12 command, bound to parse working directory didn't add tags
at all. This fact means there is either a problem with ctags, or VIM,
and I don't know where to look for a problem.

Would be grateful for any assistance in resolving this issue, I'm
really tired to make zero progress.
Thanks,
Andrey

--
You received this message from the "vim_use" 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

No comments:

Post a Comment