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

"Press ENTER or type command to continue" each time I launch Vim after Pathogen Install.

Open Rz-Rz opened this issue 3 years ago • 0 comments

Hello, first thanks for the great plugin it changed my life by allowing me to use mattn webapi. I use execute pathogen#infect() at the start of my vimrc. I installed pathogen for this: let g:user_emmet_settings = webapi#json#decode(join(readfile(expand('~/.snippets_custom.json')), "\n")) Everything works perfectly fine except for the message "Press ENTER or type command to continue" each time I launch Vim.

When I comment execute pathogen#infect() I do not have this message anymore. I have tried to comment out the webapi instead but the message is still there. It seems to be related to pathogen then. I have tried to use the call method, but the message is still there(found this possible solution here https://vi.stackexchange.com/questions/2499/prevent-press-enter-when-pathogen-loads-but-keep-for-other-scripts). I also tried this: set shortmess=a in .vimrc . But it still gives me the Press Enter or... prompt, it just doesn't take the entire screen anymore(empty screen). (Found the solution here https://stackoverflow.com/questions/34739736/vim-shows-press-enter-or-type-command-to-continue-when-start). I did not find other solutions. My config is typical, just I use vim plug for other plugin management.

Rz-Rz avatar Nov 29 '21 13:11 Rz-Rz