Re: Absolute tag paths in Win32

2007-05-04 Thread Zarko Coklin
/vim/message/78303 Regards, Zarko Coklin Hello! I seem to be having some difficulty in using tag files for a C project. I've done some searching on the maillist with no progress. I'm working under Win32, and here's what I have in my _vimrc set tags+=c:\Projects\some_folder_name_here\tags

Re: Intellisense/Omni-complete for C/C++

2007-03-26 Thread Zarko Coklin
I too had problems with omnicomplete in Vim. Built-in functionality was only good for function auto-completions but not for data members. However, all problems were gone after I started using following script (http://www.vim.org/scripts/script.php?script_id=1520). Read carefuly and follow

Selecting tag opens file in a new tab - how?

2007-03-10 Thread Zarko Coklin
Is it possible to have a setup in .vimrc so that every time I select tag either through CTRL-] or by holding CTRL and pressing left mouse click to open a new buffer in a new tab? Regards, Zarko Coklin Finding

Re: Omnicomplete for C - pattern not found problem

2007-03-07 Thread Zarko Coklin
Thanks Vissale! At first I did not know how to use your plugin. Txt file in doc directory was more than helpluf :-) So wanted 'omnicomplete' functionality works quite well now! BTW, I also followed your advice and renamed cpp.vim to c.vim, cause at present I am interested in C code. Zarko

Using right ctags file depending where Vim is started from - how?

2007-03-07 Thread Zarko Coklin
from another release directory. Any thoughts on how this can be achieved? Thanks in advance! Zarko Coklin Finding fabulous fares is fun. Let Yahoo! FareChase search your favorite travel sites to find flight

RE: Using right ctags file depending where Vim is started from - how?

2007-03-07 Thread Zarko Coklin
Thanks to all who responded promptly. Special thanks to Michael Wookey. His solution is the most elegant one. It is based on upward search (which I did not know about). Therefore, setting following in .vimrc really did trick for me: Make sure semicolon is there. Used for upward search set

Re: Omnicomplete for C - pattern not found problem

2007-03-06 Thread Zarko Coklin
I found a partial answer to my question here: http://tech.groups.yahoo.com/group/vim/message/68078 However, not sure why would the following be declared as an invalid C code: struct foo { /* ... */ }; typedef struct foo foo_t; int main() { foo myfoo; /* ... */ } In fact, I have a lot of

Omnicomplete for C problem - pattern not found

2007-03-05 Thread Zarko Coklin
with Pattern not found. Does anybody know how to fix this problem? Regards, Zarko Coklin

Omnicomplete for C - pattern not found problem

2007-03-05 Thread Zarko Coklin
with Pattern not found. Does anybody know how to fix this problem? Regards, Zarko Coklin Do you Yahoo!? Everyone is raving about the all-new Yahoo! Mail beta. http://new.mail.yahoo.com