Redirecting to open tabs.

2006-06-23 Thread Kyku
Hi, I wonder if following is possible. Let's say I have opened two tabs with file.c and file.h. I navigate through file.h, jump to some tag located in file.c, and the file.c replaces file.h in the current tab. 1) How to do that the tab with file.c became active instead? 2) Open new files in

Something's not working here.

2006-04-30 Thread Kyku
Hello, I get a SEGV signal after doing the following in Vim 7.0f05 under Linux (both console and gtk2): 1) start vim 2) :tab help 3) :bd Yours, Kyku

Re: showing C declarations

2006-04-25 Thread Kyku
[EMAIL PROTECTED] wrote: Is there any vim plugin that shows a function declaration if I type the function name? For example, if I type memset( it should show the memset function declaration (at least its type of arguments). Thanks, Malahal. Hello, as is Vim doesn't seem to support

Re: C++ omnicomplete modification.

2006-04-25 Thread Kyku
Neil Bird wrote: Around about 25/04/06 10:24, Kyku typed ... If you want omnicopletion to work for C++ classes, structs and unions, you can insert the following small code snippet after line 406 of $VIMRUNTIME/autoload/ccomplete.vim: Line 406 of which version? What lines should it come

Re: Need help with omnicompletions

2006-04-24 Thread Kyku
'} call StructMembers for kind2name[item['kind']] . ':' . tokens[tidx] That should do the trick. What do you think? Bram Moolenaar wrote: Kyku wrote: Maybe it's not about implementing half of a compiler, but only the features that are used most often. What's more, if one has: struct

Need help with omnicompletions

2006-04-23 Thread Kyku
-lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lXt -lncurses -l acl -lgpm My extensions: /home/kyku/.vim/ftplugin/php_abb.vim /home/kyku/.vim/ftplugin/ruby_macros.vim /home/kyku/.vim/ftplugin/html_closetag.vim /home/kyku/.vim/ftplugin/xml_closetag.vim /home/kyku/.vim/ftplugin/eruby.vim /home/kyku/.vim

Re: Need help with omnicompletions

2006-04-23 Thread Kyku
. It catches the c-x and offers you all kind of completions. You'll have to modify it to offer you c-o. It worked for me HTH, On 4/23/06, Kyku [EMAIL PROTECTED] wrote: Hello all, My main problem is that, well, it doesn't work. I've followed instructions in :he ft-c-omni: patched and installed