Monday, April 13, 2015

Re: Search backwards in script

Try following:

let v:searchforward = 0

Regards,

--
thinca <thinca@gmail.com>


2015-04-13 18:02 GMT+09:00 av <alexandreviau@gmail.com>:
> 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.
>
> My question is: is there a way to simulate this or to search backwards in a script?
>
> Thank you,
>
> Alexandre
>
> --
> --
> 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.

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