tpope / vim-rsi

rsi.vim: Readline style insertion
http://www.vim.org/scripts/script.php?script_id=4359
583 stars 35 forks source link

Some macros are not recorded successfully #29

Open netei opened 9 years ago

netei commented 9 years ago

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 ?

justinmk commented 9 years ago

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

netei commented 9 years ago

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

Thanks for the fast response

lacygoill commented 3 years ago

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