vim-bling icon indicating copy to clipboard operation
vim-bling copied to clipboard

Blinking does not happen when using a search offset

Open inside opened this issue 11 years ago • 1 comments

Hello,

If I use for example:

  • /function/e => will set the cursor's position to the end of the matched pattern
  • /function/s+2 => will set the cursor's position 2 characters away from the beginning of the matched pattern

There is no blinking.

Regards, Yann

inside avatar Oct 15 '13 08:10 inside

I thought I wrote on this, but it seems that I have forgotten. Sorry for that. I'll reply anyway for future reference.

Actually I'm not sure if it's even possible to support offsets. Register "/" from which Bling gets regexp doesn't hold information on offsets.

I haven't found a way to handle that in any way actually.

ivyl avatar Jun 27 '14 23:06 ivyl