To reproduce: ``` call plug#begin() Plug 'https://github.com/junegunn/vim-peekaboo' Plug 'https://github.com/camspiers/lens.vim' Plug 'https://github.com/camspiers/animate.vim' call plug#end() ``` 1. Start vim/nvim 1. Open a file 1. `:split` 1. `<c-w>j` 1. `"` 1. `<Esc>` #### What happens The focus is on the top split while initially it was on the bottom one. If `animate.vim` is disabled, then the above does not happen.