[SOLVED] Re: Some ideas , possible with vim ?

2010-07-24 Thread Aaron Lewis
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 07/24/2010 01:59 PM, Tony Mechelynck wrote: On 24/07/10 07:43, Aaron Lewis wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, E.g i've got a c source file with a #include buff.h macro , and i want to access `buff.h' quickly , by

Re: gvim project plugin

2010-07-24 Thread Tony Mechelynck
On 24/07/10 13:28, packet wrote: On Sat, Jul 24, 2010 at 12:54 AM, Tony Mechelynck antoine.mechely...@gmail.com mailto:antoine.mechely...@gmail.com wrote: On 24/07/10 06:52, packet wrote: Here what i don't understand how to install for my gvim not sure how to

Re: [SOLVED] Re: Some ideas , possible with vim ?

2010-07-24 Thread Aaron Lewis
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 So .. After googled a lot , how can we get back to original file , there must be some cool command. Many thanks ! On 07/24/2010 02:13 PM, Aaron Lewis wrote: On 07/24/2010 01:59 PM, Tony Mechelynck wrote: On 24/07/10 07:43, Aaron Lewis wrote:

Re: [SOLVED] Re: Some ideas , possible with vim ?

2010-07-24 Thread Tony Mechelynck
On 24/07/10 15:08, Aaron Lewis wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 [top-posted reply reordered] On 07/24/2010 02:13 PM, Aaron Lewis wrote: On 07/24/2010 01:59 PM, Tony Mechelynck wrote: On 24/07/10 07:43, Aaron Lewis wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1

[SOLVE] Re: Some ideas , possible with vim ?

2010-07-24 Thread Aaron Lewis
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 07/24/2010 09:25 PM, Tony Mechelynck wrote: You could either use :e # to come back to the previous file, or use CTRL-W f instead of gf (opening the include file in a split-window), then the first file is still there, and closing the other window

Re: [SOLVED] Re: Some ideas , possible with vim ?

2010-07-24 Thread Marc Weber
Excerpts from Aaron Lewis's message of Sat Jul 24 15:08:48 +0200 2010: Hash: SHA1 So .. After googled a lot , how can we get back to original file , there must be some cool command. :e # ( as mentioned is bount to c-^) or keep pressing c-o (last cursor pos) There are much more. I usually

Re: switching buffers problems on OpenSuse 11.2

2010-07-24 Thread Benjamin R. Haskell
On Thu, 22 Jul 2010, Henry Hertz Hobbit wrote: When I am using vim on OpenSuse 11.2 and switch from one buffer to another I have already been in using the :rew or :n it has the very disturbing behavior of positioning the cursor at the bottom of the screen. At first I thought it was just

question about concealed items and %V in 'statusline'

2010-07-24 Thread Dominique Pellé
Hi My 'statusline' contains (among other things) %l,%c%V to show the position of the cursor. According to :help 'statusline' : l N Line number. c N Column number. V N Virtual column number as -{num}. Not displayed if equal to 'c'. The meaning of %l and %c is clear to me. But

Re: question about concealed items and %V in 'statusline'

2010-07-24 Thread Bram Moolenaar
Dominique Pelle wrote: My 'statusline' contains (among other things) %l,%c%V to show the position of the cursor. According to :help 'statusline' : l N Line number. c N Column number. V N Virtual column number as -{num}. Not displayed if equal to 'c'. The meaning of

improving on the standard :grep behavior...

2010-07-24 Thread Britton Kerin
I'm trying to tune the behavior of :grep. The things I'm trying to fix, and the solutions I have, if any: 1. Don't like the big list vim spits up (solution: use silent command) 2. Don't want to auto-jump to first match (no solution yet) 3. Want context (--context option to grep)

Re: improving on the standard :grep behavior...

2010-07-24 Thread Yegappan Lakshmanan
Hi, On Sat, Jul 24, 2010 at 5:32 PM, Britton Kerin britton.ke...@gmail.com wrote: I'm trying to tune the behavior of :grep. You can try using the following Vim plugin that integrates the grep utilities with Vim: http://www.vim.org/scripts/script.php?script_id=311 The things I'm trying to

Re: [SOLVED] Re: Some ideas , possible with vim ?

2010-07-24 Thread sc
On Saturday 24 July 2010 09:00:11 Marc Weber wrote: Hash: SHA1 So .. After googled a lot , how can we get back to original file , there must be some cool command. :e # ( as mentioned is bount to c-^) or keep pressing c-o (last cursor pos) There are much more. I usually split

Re: gvim project plugin

2010-07-24 Thread bill lam
Сбт, 24 Июл 2010, Tony Mechelynck писал(а): On 24/07/10 13:28, packet wrote: On Sat, Jul 24, 2010 at 12:54 AM, Tony Mechelynck antoine.mechely...@gmail.com mailto:antoine.mechely...@gmail.com wrote: On 24/07/10 06:52, packet wrote: Here what i don't understand how to

problem about a big delay when opens and edits a file

2010-07-24 Thread Xavier Heruacles
I use gvim on windows xp installed with the installer downloaded from here( ftp://ftp.vim.org/pub/vim/pc/gvim72.exe)...I just don't recognize the time when it's coming to a big delay when I open or edit a file. It's like 2 or 3 seconds. How to explain that? -- You received this message from the