problem with "useing gvim as a IDE"

2008-06-28 Fir de Conversatie momodi
Hi There is a problem I tryed to solve many times, but all failed. Could anyone help me? When I want to run a problem, I could samplely add this code in my vimrc file. map :call CR() func CR() exec "update" exec "g++ %<.cpp -o %< && ./ %<" endfunc But, there is a bug with this method. when

Re: vim

2008-06-28 Fir de Conversatie momodi
thank you very much! I installed gvim successfully. On Jun 28, 4:53 pm, "Dominique Pelle" <[EMAIL PROTECTED]> wrote: > On Sat, Jun 28, 2008 at 10:30 AM, momodi wrote: > > I download the src files of vim7.2a and run "make install" > > now my vim's ver

vim

2008-06-28 Fir de Conversatie momodi
I download the src files of vim7.2a and run "make install" now my vim's version is 7.2a but my gvim's version is also 7.1 why? my OS: ubuntu 8.04 --~--~-~--~~~---~--~~ You received this message from the "vim_dev" maillist. For more information, visit http://www.

matched problem

2008-06-21 Fir de Conversatie momodi
when I write "()[]{}" if they do not matched. vim will give each unmatched "()[]{}" a red warning. but sometimes when each "()[]{}" are matched vim will give me warning too. I want to know why ? or how to solve this problem. or how to remove this function thank yoj. --~--~-~--~~--