Monday, April 13, 2015

Re: Search backwards in script

On 02:02 Mon 13 Apr , av wrote:
> Hi,
>
> I know it is possible to set a search by doing let @/ = 'searchString' but there is not the possibility to do let @? = 'searchString' to search backwards, the register just doesn't exists.

It does not make a search, it only changes the search register. If you
need search from a script use search() function (and if you want to be
user friendly update the @/ register if appropriate).

Cheers,
Marcin

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

---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment