rhysd/vim-operator-surround

<Plug>(operator-surround-replace) doesn't work with g:operator#surround#ignore_space=0

Closed this issue · 3 comments

initial buffer:

puts "foo"

input:

<Plug>(operator-surround-replace)a"'

message:

no block matches to the region

result:

echo' "foo"'
rhysd commented

なんと

rhysd commented

This issue no longer seems to occur.