Skip to content

Errors with VImPlug #13

Description

When I use VimPlug to manage my vim plugins, lh-cpp does not seem to work well
With a minimal vimrc file like below, there are lots of errors printed, see below.

Should it be configured differently when using vimplug?

call plug#begin('~/.vim/plugged')

Plug 'LucHermitte/lh-vim-lib'
"Plug 'LucHermitte/lh-style'
Plug 'LucHermitte/lh-tags'
Plug 'LucHermitte/lh-dev'
Plug 'LucHermitte/lh-brackets'
Plug 'LucHermitte/searchInRuntime'
Plug 'LucHermitte/mu-template'
Plug 'tomtom/stakeholders_vim'
Plug 'LucHermitte/alternate-lite'
Plug 'LucHermitte/lh-cpp'
"Plug 'LucHermitte/vim-refactor' " C++ refactoring
call plug#end()

[:] $ vim -u test.vim
Error detected while processing /home/eperson/.vim/plugged/lh-vim-lib/plugin/let.vim:
line 33:
E110: Missing ')'
E15: Invalid expression: &cp || (exists("g:loaded_let")
line 34:
E10: \ should be followed by /, ? or &
line 35:
E10: \ should be followed by /, ? or &
Error detected while processing /home/eperson/.vim/plugged/lh-vim-lib/plugin/lh-project.vim:
line 20:
E110: Missing ')'
E15: Invalid expression: &cp || (exists("g:loaded_lh_project")
line 21:
E10: \ should be followed by /, ? or &
line 22:
E10: \ should be followed by /, ? or &
Error detected while processing /home/eperson/.vim/plugged/lh-vim-lib/plugin/lhvl.vim:
line 29:
E110: Missing ')'
E15: Invalid expression: &cp || (exists("g:loaded_lhvl")
line 30:
E10: \ should be followed by /, ? or &
line 31:
E10: \ should be followed by /, ? or &
Error detected while processing /home/eperson/.vim/plugged/lh-style/plugin/lh-style.vim:
line 18:
E110: Missing ')'
E15: Invalid expression: &cp || (exists("g:loaded_lh_style")
line 19:
E10: \ should be followed by /, ? or &
line 20:
E10: \ should be followed by /, ? or &
Error detected while processing /home/eperson/.vim/plugged/lh-dev/plugin/add_import.vim:
line 26:
E110: Missing ')'
E15: Invalid expression: &cp || (exists("g:loaded_add_import")
line 27:
E10: \ should be followed by /, ? or &
line 28:
E10: \ should be followed by /, ? or &
Error detected while processing /home/eperson/.vim/plugged/lh-dev/plugin/boundaries.vim:
line 18:
E110: Missing ')'
E15: Invalid expression: &cp || (exists("g:loaded_boundaries")
line 19:
E10: \ should be followed by /, ? or &
line 20:
E10: \ should be followed by /, ? or &
Error detected while processing /home/eperson/.vim/plugged/lh-dev/plugin/dev.vim:
line 18:
E110: Missing ')'
E15: Invalid expression: &cp || (exists("g:loaded_dev")
line 19:
E10: \ should be followed by /, ? or &
line 20:
E10: \ should be followed by /, ? or &
Error detected while processing /home/eperson/.vim/plugged/alternate-lite/plugin/alternate-lite.vim:
line 25:
E110: Missing ')'
E15: Invalid expression: &cp || (exists("g:loaded_alternate_lite")
line 26:
E10: \ should be followed by /, ? or &
line 27:
E10: \ should be followed by /, ? or &
Error detected while processing /home/eperson/.vim/plugged/mu-template/after/plugin/mu-template.vim:
line 409:
E10: \ should be followed by /, ? or &
line 410:
E10: \ should be followed by /, ? or &
Press ENTER or type command to continue
[:
] $ vim -u test.vim
Error detected while processing /home/eperson/.vim/plugged/lh-vim-lib/plugin/let.vim:
line 33:
E110: Missing ')'
E15: Invalid expression: &cp || (exists("g:loaded_let")
line 34:
E10: \ should be followed by /, ? or &
line 35:
E10: \ should be followed by /, ? or &
Error detected while processing /home/eperson/.vim/plugged/lh-vim-lib/plugin/lh-project.vim:
line 20:
E110: Missing ')'
E15: Invalid expression: &cp || (exists("g:loaded_lh_project")
line 21:
E10: \ should be followed by /, ? or &
line 22:
E10: \ should be followed by /, ? or &
Error detected while processing /home/eperson/.vim/plugged/lh-vim-lib/plugin/lhvl.vim:
line 29:
E110: Missing ')'
E15: Invalid expression: &cp || (exists("g:loaded_lhvl")
line 30:
E10: \ should be followed by /, ? or &
line 31:
E10: \ should be followed by /, ? or &
Error detected while processing /home/eperson/.vim/plugged/lh-dev/plugin/add_import.vim:
line 26:
E110: Missing ')'
E15: Invalid expression: &cp || (exists("g:loaded_add_import")
line 27:
E10: \ should be followed by /, ? or &
line 28:
E10: \ should be followed by /, ? or &
Error detected while processing /home/eperson/.vim/plugged/lh-dev/plugin/boundaries.vim:
line 18:
E110: Missing ')'
E15: Invalid expression: &cp || (exists("g:loaded_boundaries")
line 19:
E10: \ should be followed by /, ? or &
line 20:
E10: \ should be followed by /, ? or &
Error detected while processing /home/eperson/.vim/plugged/lh-dev/plugin/dev.vim:
line 18:
E110: Missing ')'
E15: Invalid expression: &cp || (exists("g:loaded_dev")
line 19:
E10: \ should be followed by /, ? or &
line 20:
E10: \ should be followed by /, ? or &
Error detected while processing /home/eperson/.vim/plugged/alternate-lite/plugin/alternate-lite.vim:
line 25:
E110: Missing ')'
E15: Invalid expression: &cp || (exists("g:loaded_alternate_lite")
line 26:
E10: \ should be followed by /, ? or &
line 27:
E10: \ should be followed by /, ? or &
Error detected while processing /home/eperson/.vim/plugged/mu-template/after/plugin/mu-template.vim:
line 409:
E10: \ should be followed by /, ? or &
line 410:
E10: \ should be followed by /, ? or &
Press ENTER or type command to continue
[:] $
[:
] $ vim -u test.vim
Error detected while processing /home/eperson/.vim/plugged/lh-vim-lib/plugin/let.vim:
line 33:
E110: Missing ')'
E15: Invalid expression: &cp || (exists("g:loaded_let")
line 34:
E10: \ should be followed by /, ? or &
line 35:
E10: \ should be followed by /, ? or &
Error detected while processing /home/eperson/.vim/plugged/lh-vim-lib/plugin/lh-project.vim:
line 20:
E110: Missing ')'
E15: Invalid expression: &cp || (exists("g:loaded_lh_project")
line 21:
E10: \ should be followed by /, ? or &
line 22:
E10: \ should be followed by /, ? or &
Error detected while processing /home/eperson/.vim/plugged/lh-vim-lib/plugin/lhvl.vim:
line 29:
E110: Missing ')'
E15: Invalid expression: &cp || (exists("g:loaded_lhvl")
line 30:
E10: \ should be followed by /, ? or &
line 31:
E10: \ should be followed by /, ? or &
Error detected while processing /home/eperson/.vim/plugged/lh-dev/plugin/add_import.vim:
line 26:
E110: Missing ')'
E15: Invalid expression: &cp || (exists("g:loaded_add_import")
line 27:
E10: \ should be followed by /, ? or &
line 28:
E10: \ should be followed by /, ? or &
Error detected while processing /home/eperson/.vim/plugged/lh-dev/plugin/boundaries.vim:
line 18:
E110: Missing ')'
E15: Invalid expression: &cp || (exists("g:loaded_boundaries")
line 19:
E10: \ should be followed by /, ? or &
line 20:
E10: \ should be followed by /, ? or &
Error detected while processing /home/eperson/.vim/plugged/lh-dev/plugin/dev.vim:
line 18:
E110: Missing ')'
E15: Invalid expression: &cp || (exists("g:loaded_dev")
line 19:
E10: \ should be followed by /, ? or &
line 20:
E10: \ should be followed by /, ? or &
Error detected while processing /home/eperson/.vim/plugged/alternate-lite/plugin/alternate-lite.vim:
line 25:
E110: Missing ')'
E15: Invalid expression: &cp || (exists("g:loaded_alternate_lite")
line 26:
E10: \ should be followed by /, ? or &
line 27:
E10: \ should be followed by /, ? or &
Error detected while processing /home/eperson/.vim/plugged/mu-template/after/plugin/mu-template.vim:
line 409:
E10: \ should be followed by /, ? or &
line 410:
E10: \ should be followed by /, ? or &
Press ENTER or type command to continue

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions