Re: Opening files matching tags in another window

2007-05-23 Thread Vissale NEANG
Hello, You can try this mapping with the left mouse button (I don't try with C-] because I can't type CTRL-] on my french keyboard :p ) : map :exe ":stj " . expand("") Best regards, Vissale 2007/5/24, cupaxe <[EMAIL PROTECTED]>: Hello, This is a newbie question. I want to have a functiona

Re: OmniCppComplete question

2007-05-19 Thread Vissale NEANG
Hello, This is a known bug. It appears when you edit a new cpp file without saving it before running a completion. Just save the file before. It will be fixed for the next release. Best regards, Vissale 2007/5/19, madiyaan <[EMAIL PROTECTED]>: Hello, I installed this add-on as per the instr

Re: Omnicomplete for C - pattern not found problem

2007-03-06 Thread Vissale NEANG
Hi, You can try this C++ omnicomplete plugin http://www.vim.org/scripts/script.php?script_id=1520 It will work for C files if you copy the file ~/.vim/after/ftplugin/cpp.vim to ~/.vim/after/ftplugin/c.vim (I'll add it for the next release). Best regards, Vissale 2007/3/6, Zarko Coklin <[EMAIL

Re: Re : Omni Confusion

2007-02-20 Thread Vissale NEANG
plete correctly your code (eg: A* a), it will be fixed. Best regards, Vissale 2007/2/20, Bill McCarthy <[EMAIL PROTECTED]>: On Mon 19-Feb-07 6:14am -0600, Vissale NEANG wrote: > To use cpp completion with c files you can copy > ~/.vim/after/ftplugin/cpp.vim to ~/.vim/after/ftplugin/c.vim

Re : Omni Confusion

2007-02-19 Thread Vissale NEANG
Hello, To use cpp completion with c files you can copy ~/.vim/after/ftplugin/cpp.vim to ~/.vim/after/ftplugin/c.vim Best regards vissale

Re: [vim 7.0] foOmni-cpp-complete stange behaviour

2007-02-17 Thread Vissale NEANG
Hello, I think you have set the ignorecase option to on, isn't it? I can reproduce the bug when the ignorecase is on. The problem comes from my use of searchdecl(), I forgot to disable ignorecase when using it. Try the normal command 'gd' (same as searchdecl()) on your variable 'a' and you'll see

Re: automatic code completion in vim

2007-01-04 Thread Vissale NEANG
There is also an "autotag" plugin (just found it): http://www.vim.org/scripts/script.php?script_id=1343 But I have not yet try it. It seems you need to compile vim with python. 2007/1/4, Zheng Da <[EMAIL PROTECTED]>: On 1/4/07, Vissale NEANG <[EMAIL PROTECTED]> wrote:

Re: automatic code completion in vim

2007-01-04 Thread Vissale NEANG
You can use the vim sort command (:help sort) instead of gnu sort. Moreover it's portable. 2007/1/4, Zheng Da <[EMAIL PROTECTED]>: On 1/4/07, Vissale NEANG <[EMAIL PROTECTED]> wrote: > It's because your tag file is not sorted correctly, the last tag > "main&quo

Re: automatic code completion in vim

2007-01-04 Thread Vissale NEANG
TECTED]>: Vissale NEANG wrote: > What is you ctags command? > Could you send me your tag file? > > Just for comparison I give you my tag file > > 2007/1/3, Zheng Da <[EMAIL PROTECTED]>: >> On 1/3/07, Vissale NEANG <[EMAIL PROTECTED]> wrote: >> > Hello, &

Re: automatic code completion in vim

2007-01-03 Thread Vissale NEANG
Hello, I am the maintainer of the script and I can reproduce the problem: 1 int main(){ 2hello h; 3hello::hello(); 4h. 5hello::<- the popup menu only appear here 6tmp1 t1; 7t1. 8 } At line 4, the popup menu doesn't appear because of the brace at line 1. Inter

Re: suggestions for ssh under windows

2006-11-30 Thread Vissale NEANG
Hi, Maybe he can try OpenSSH for windows from here : http://sshwindows.sourceforge.net/ It doesn't need the full Cygwin package. Best regards, Vissale 2006/11/30, Charles E Campbell Jr <[EMAIL PROTECTED]>: Hello! I have a netrw user using WinXP who wants to use ssh; currently, he doesn't h

Re: ctags and scoped jumping

2006-11-14 Thread Vissale NEANG
Hi, I think it's possible, actually I am looking for working on it with my plugin OmniCppComplete (C++ omni completion). The main difficulty is to get the type of your object "f" and this script has some tools to do this. At the moment, when you complete an object, the script can find (not alwa

Re: c and gvim

2006-09-07 Thread Vissale NEANG
Hi, You can also use the usefull plugin taglist.vim, it shows you the list of functions prototypes, classes and more in a splitted window. http://www.vim.org/scripts/script.php?script_id=273 If you want to use omni-completion for C++ you can use the OmniCppComplete plugin. http://www.vim.org/s

Re: tag lookup for Class::member

2006-08-16 Thread Vissale NEANG
Hi, You can build your ctags database with the option : --extra=+q after that you can run the cmd : :tag /^CRectangle::set_values$ Regards, Vissale 2006/8/16, A Bera <[EMAIL PROTECTED]>: Hi, I would like to search tags for Class::member in a c++ file. For example, I have the following cla

Re: ctags for win32

2006-07-28 Thread Vissale NEANG
Hi, I had some problems to send my previous mail to the vim list, sorry if you have already received this mail. Someone on the ctags-users mailing list has posted a ctags win32 binary (topic Binary for Windows NT/2000/XP and OS/2 (version 5.6).), here is the link to this binary built with MSVC 6