junegunn/vim-peekaboo

[bug] conflict with startify

Freed-Wu opened this issue · 0 comments

" $ uname -r
" 5.13.10-arch1-1
" $ has nvim
" ✓ nvim 0.5.0
" $ has python
" ✓ python 3.9.6
" $ cat test.vim
set runtimepath=$VIMRUNTIME
set runtimepath+=~/.local/share/nvim/repos/github.com/mhinz/vim-startify
set runtimepath+=~/.local/share/nvim/repos/github.com/junegunn/vim-peekaboo
" $ vi -u test.vim

Screenshot from 2021-08-17 17-53-57

Press "
Screenshot from 2021-08-17 17-54-00

Press <Esc>
Screenshot from 2021-08-17 17-54-05

In the right of window, there exists a new window.

However, if vi -u test.vim a, the window will not exist.
Screenshot from 2021-08-17 17-58-58
Screenshot from 2021-08-17 17-58-59
Screenshot from 2021-08-17 17-59-01

mhinz/vim-startify#503