Error detected while processing /home/pi/.vimrc:
line 58:
E492: Not an editor command: Plugin 'artur-shaik/vim-javacomplete2'
line 59:
E492: Not an editor command: NeoBundle 'artur-shaik/vim-javacomplete2'
line 60:
E492: Not an editor command: Plug 'artur-shaik/vim-javacomplete2'
Press ENTER or type command to continue
Expected behavior (Required!)
I expected to see no errors on start-up.
The steps to reproduce actual behavior (Required!)
I made the directory: ~/.vim/bundle
Cloned the project: git clone https://github.com/artur-shaik/vim-javacomplete2.git
Created the file .vimrc and pasted the line Plugin 'artur-shaik/vim-javacomplete2' into it.
Opened a file with vim.
Error message showed up.
Environment (Required!)
OS: Raspbian GNU/Linux 8 (jessie)
Vim version: version 7.4.576
Neovim version: -
Q&A
Yes, I tried minimal .vimrc configuraion.
no, I have enabled logs with JCdebugEnableLogs and can put here content of JCdebugGetLogContent command, if you need.
Never got this far.
Actual behavior (Required!)
Error detected while processing /home/pi/.vimrc: line 58: E492: Not an editor command: Plugin 'artur-shaik/vim-javacomplete2' line 59: E492: Not an editor command: NeoBundle 'artur-shaik/vim-javacomplete2' line 60: E492: Not an editor command: Plug 'artur-shaik/vim-javacomplete2' Press ENTER or type command to continue
Expected behavior (Required!)
I expected to see no errors on start-up.
The steps to reproduce actual behavior (Required!)
~/.vim/bundle
git clone https://github.com/artur-shaik/vim-javacomplete2.git
.vimrc
and pasted the linePlugin 'artur-shaik/vim-javacomplete2'
into it.Environment (Required!)
Q&A
JCdebugEnableLogs
and can put here content ofJCdebugGetLogContent
command, if you need. Never got this far.Screenshot (Optional)
https://imgur.com/a/03Rqcqn
The output of :redir and :message (Optional)