viminfo feature not working after upgrade from vim6.2-vim7.0

2006-05-23 Thread Srinivas Rao. M
Hi, When i upgraded my vim from vim6.2 to vim7.0, i am finding that the feature viminfo is not working. (Viminfo remembers last position in the file when we reopen file). I had set the viminfo option in my .vimrc file as. set viminfo='1000,f1,\500 Do i have to add any special options for vim7 ?.

Re: viminfo feature not working after upgrade from vim6.2-vim7.0

2006-05-24 Thread Srinivas Rao. M
Hi James , Mechelynck and Bram, What do you mean by code snippet here ?. Why is it not automatically not working in vim7.0. Why should there be extra work to be done ? Thanks, Srini... On Tue, 2006-05-23 at 17:50, James Vega wrote: On Tue, May 23, 2006 at 05:30:37PM +0530, Srinivas Rao. M wrote

Goto file under cursor with line number

2006-06-02 Thread Srinivas Rao. M
Hello vimmers, I want to know if there is a way i can use 'gf' command to goto the file under the cursor, which is having the I have a string under my cursor as : somefile.c:1022 Where the field after ':' is the line number. Can i use the 'gf' command to goto that line number of that

Re: How to always open file in a tab ?

2006-06-29 Thread Srinivas Rao. M
On Thu, 2006-06-29 at 13:30, Eddine wrote: Hello all, I'd like to take advantage of tab file editing, thus is it possible to modify windows registry base or is there any work around to _always_ open files in a tab ? Once again thank you bay advance for your precious help. You can use -p

Search (itemized) results using

2006-07-27 Thread Srinivas Rao. M
Hi, I am trying to get the itemized search results of a given pattern using :g command. My question is to use the tip:http://www.vim.org/tips/tip.php?tip_id=227 And display the search results (found in the current file) as we type the patter on the console. Let's say i execute the command similar

Re: Howto get omnicomplete popup for vimspell suggestions

2006-07-27 Thread Srinivas Rao. M
From where I sit it looks like z= opens neither buffer nor popup, but lists the alternatives on the command-line (pushing all windows up out of the screen) asking you to either select an entry by number or by mouse-clicking, or hit Enter to leave unchanged. This seems easier than

Re: Howto get omnicomplete popup for vimspell suggestions

2006-07-31 Thread Srinivas Rao. M
bumping it up ? Any methods to get omni complete for spell checkers ? TIA, On Fri, 2006-07-28 at 10:45, Srinivas Rao. M wrote: From where I sit it looks like z= opens neither buffer nor popup, but lists the alternatives on the command-line (pushing all windows up out of the screen

syntax highlighting problem with vim7 for multiline macro in C

2006-08-03 Thread Srinivas Rao. M
Hi, I am facing this syntax highlighting problem here for the following code segment. The problem is if we put this code in a file having .c extension. The same macro color is shown for the main() function also. Does anyone else faced this problem with vim7 ? regards, s

Re: syntax highlighting problem with vim7 for multiline macro in C

2006-08-03 Thread Srinivas Rao. M
On Thu, 2006-08-03 at 14:09, Yakov Lerner wrote: On 8/3/06, Srinivas Rao. M [EMAIL PROTECTED] wrote: I am facing this syntax highlighting problem here for the following code segment. The problem is if we put this code in a file having .c extension. The same macro color is shown for the main

Re: Viewing CVS diff with vim

2006-08-04 Thread Srinivas Rao. M
On Fri, 2006-08-04 at 19:29, Fabio Rotondo wrote: Hi all, is it possible to pipe the CVS diff -r output to vim to use something like vimdiff to see the changes? You can use CVSCommand plugin : http://www.vim.org/scripts/script.php?script_id=90

Search and replace as per format

2006-09-05 Thread Srinivas Rao. M
Hi Vimmers, I am tasked to replace the pattern log(module_name, LOG_LEVEL_DEBUG, The Value of status=%d message, status); to log(module_name, LOG_LEVEL_DEBUG, %s:The Value of status=%d message,__FUNCTION__, status); This pattern is appearing in hundreds of source files. Does anybody have a

Re: new GPG script (for symmetric-encrypted files)

2006-09-13 Thread Srinivas Rao. M
This script is not found. Any idea why ? regards, srini... On Fri, 2005-11-11 at 16:19 -0800, Konstantin Rozinov wrote: Hey folks, This plugin is designed to automatically decrypt/encrypt GPG files which were encrypted with a passphrase (a.k.a. symmetric encryption using the AES cipher).

Re: Lost in Space -- extended approach

2007-04-25 Thread Srinivas Rao. M
Hi, Do you have any (similar) solution for aligning each column of data. What i want is to tabulate a chunk of data in to rows and columns. i.e i have text like this: (1.31 and 1.32) tool-ch$ (1.3 and 1.5) tool-ch$ (1.3 and 1.40) tool-ch$ (1.301 and 1.401) tool-ch$ (1.2 and 1.4) proje$

Scrolling marquee text on vim status bar

2007-05-31 Thread Srinivas Rao. M
HI Vimmers, Is it possible to have a horizontal text to run horizontally on marquee ? regards, Srini...