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

Some macros are not recorded successfully

Open netei opened this issue 10 years ago • 3 comments

Hi,

whenever I have the following code:

[x]var b = new A();

[x] is the cursor and if I start writing the following macro:

qq0fnDo<esc>pkJ (which is a macro that does absolutely nothing), and if I I do @q to replay that macro, I get the following resul instead: vakJr b =

Whenever I remove vim-rsi, this doesnt happen anymore (my full dot files are here: https://bitbucket.org/edi9999/dotfiles/src/6b646ff8e5566f751c92c469b128258f62ae4bf0/.vimrc?at=master)

Do you know what is happening here ?

netei avatar Sep 09 '15 14:09 netei

Did you look at https://github.com/tpope/vim-rsi/issues/13 ?

justinmk avatar Sep 09 '15 14:09 justinmk

Didn't see that, no , it seems like it is not possible to fix this.

Thanks for the fast response

netei avatar Sep 09 '15 15:09 netei

I can't reproduce. It was probably fixed by the Vim patch 8.1.1003.

lacygoill avatar Jan 10 '21 22:01 lacygoill