junegunn/vim-slash

Plugin inserts text <Plug>(slash-trailer)

rafaeln opened this issue · 2 comments

(The cursor is the |)

If I have the following text in a buffer:

| a sentence and the end

And I do c/and<cr>, what I get is

<Plug>(slash-trailer)|and the end

Fixed it, thanks for the report. Let me know if you still see issues.

Thanks for the prompt fix! Now it works perfectly.