Thursday, September 9, 2010

Re: Gvim + ctags+omnicppcomplete on WinXP. Please help!

:help omnicpp-faq


2010/9/10 777 <vimtexhappy@gmail.com>:
> namespace
> Add default namespace __???_STL (see in .h file)
>
>
> 2010/9/10 Benjamin R. Haskell <vim@benizi.com>:
>> On Thu, 9 Sep 2010, Andriy Y wrote:
>>
>>> [...] But the other question remains: why neither
>>> set tags+="c:/Program Files/Vim/bada"
>>> nor
>>> set tags+="c:\\Program Files\\Vim\\bada"
>>> work ?
>>>
>>> And should there be a string ? In unix version I see
>>> set tags+=~/path/tags
>>> , not
>>> set tags+="~/path/tags"
>>
>> Ah, yes, that's the problem.  I was thinking 'let' not 'set'.  See:
>>
>> :help option-backslash
>>
>> So this might work:
>>
>> set tags+=c:\\Program\ Files\\Vim\\bada
>>
>> Or (based on the MS-DOS/WIN32 note in the :help) maybe even just:
>>
>> set tags+=c:\Program\ Files\Vim\bada
>>
>> --
>> Best,
>> Ben
>>
>> --
>> 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
>>
>

--
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