smjonas / live-command.nvim

Easily create previewable commands in Neovim.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

preview is wrong, see images

abenz1267 opened this issue · comments

Hi,

first of all: this is a nice plugin! So... issue:

Screenshot_20221006_163728

Screenshot_20221006_163747

As you can see the preview does not match the result.

Using current neovim stable.

Regards

Hey, thanks for reporting. Is this vim-surround or nvim-surround? I will look into it.

Hi,

it's nvim-surround.

Regards

There's also a preview problem with

Test
Bla
Test
Bla
Test
Bla

if i do :G/Test/d.

Screenshot_20221006_164515

The last "Test" is just gone while the others are red

Both of these now look as expected to me:

image

image