Skip to content

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

Open
@Rz-Rz

Description

@Rz-Rz

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions