copying text char-by-char from the line above line..

2007-05-31 Thread Ajay Gupta
Hi All, I saw one of my friends (once!) copying the text from the line right above. He was using some keycombo and it would appear like he was copying the characters one-by-one. So, if there are two lines like quick brown fox I see and on the 2nd line, after 'see', i wanted to copy 'brown fox'

problem compiling vim70.

2006-10-15 Thread Ajay Gupta
Hello all, I am trying to compile vim70 on my 'newly installed' fc4 box. But I get the following error: snip checking for stack_t... (cached) yes checking whether stack_t has an ss_base field... no checking --with-tlib argument... empty: automatic terminal library selection checking for tgetent

Re: problem compiling vim70.

2006-10-15 Thread Ajay Gupta
! You need to install a terminal library; for example ncurses. Or specify the name of the library with --with-tlib. /snip TIA, Ajay On 10/16/06, Christian J. Robinson [EMAIL PROTECTED] wrote: On Mon, 16 Oct 2006, Ajay Gupta wrote: no terminal library found checking for tgetent

No suitable plugin error!

2006-09-11 Thread Ajay Gupta
Hello, I downloaded the vcscommand plugin (http://www.vim.org/scripts/script.php?script_id=90) from vim.org, and placed the vcscommand.vim in my plugins directory (~/.vim/plugin/). Now when I do :VCSDiff (one of the commands from the mentioned plugin), vim replies with No suitable plugin. What

Re: No-echo for shell command from vim.

2006-06-22 Thread Ajay Gupta
Thanks Gerald. It worked. However, after the command returns the complete screen gets erased. It gets repainted either using Ctrl+L or pgUp+pgDown several times. Can I automate this? thanks and regards Ajay On 6/22/06, Gerald Lai [EMAIL PROTECTED] wrote: On Thu, 22 Jun 2006, Ajay Gupta wrote

Re: No-echo for shell command from vim.

2006-06-22 Thread Ajay Gupta
But it does not what its supposed to do! Even after putting 'redraw' after shell command, the screen is not redrawn. Does it have something to do with the type of term I am using? thanks and regards Ajay On 6/22/06, Yakov Lerner [EMAIL PROTECTED] wrote: On 6/22/06, Ajay Gupta [EMAIL