junegunn / vim-peekaboo

:eyes: " / @ / CTRL-R
1.12k stars 38 forks source link

[bug] conflict with startify #80

Open Freed-Wu opened 2 years ago

Freed-Wu commented 2 years ago
" $ 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

https://github.com/mhinz/vim-startify/issues/503