Suppose that I do a pattern search and the search function returns
the location into a variable  xxx.  e.g.
   let  xxx = search("pat","flags",line("'y"))
and *later* , not immediatly, in the script I'd like to do something like
   continue my script at xxx     or
   print the line at xxx       (i.e.  xxx p )   or
   join the line at xxx+1 with the line at xxx  (i.e. xxx j)
How do I do this?

--
Rostyk

--
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

Reply via email to