Re: What's your favorite color scheme?

2012-01-10 Thread
I would like the wombat256mod and the desertEx that are both modified. I am glad to share the scripts. On Tue, Jan 10, 2012 at 6:27 PM, David Lam david.k.l...@gmail.com wrote: On Tue, Jan 10, 2012 at 1:01 AM, ConcreteVitamin concretevita...@gmail.com wrote: Please share your the name of

Re: OmniCppComplete doesn't work with namespaces or ::

2011-08-07 Thread
It seems that I came across the same thing with you. When I type MyClass::, pattern not found appears, but when I type std::, it works well. Is it some bugs or we haven't configured the tags file? What's more, when I include --c++-kind=+p as the ctags parameter, the member functions appears in

Re: function name to protoype

2011-08-07 Thread
That's is a amazing idea. Do you use it add function prototypes? Currently I just yank the file line in the definition of the function and paste in the front of the source file or in the header file, the add a semi coma. Could you share how you currently achieve it? Thanks. 2011/8/3 sinbad

How to get the directory name of the current file

2011-07-20 Thread
Hi, I am using vim as the simple IDE, and use qmake and make tool to configure my project. If a directory named Foo, and inside the directory, there exists some headers and source files, I use the command qmake -project, and it will generate a file called Foo.pro, After I type qmake, it will

Re: How to get the directory name of the current file

2011-07-20 Thread
-- 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 -- 何聪辉 Tel: (+86)13450219269 Email: hecong...@gmail.com -- You received this message from the vim_use

How ctags search outside current directory

2011-06-29 Thread
Hello, I'm using vim to read some project source codes, but some problem using ctags come to me. If my directory hierarchy is somewhat like that: ---src |-thread |---Tiger |--device If I am in /src/thread/ and type *ctags -R , *then I can jump to function