Skip to content
This repository was archived by the owner on Jun 16, 2023. It is now read-only.
This repository was archived by the owner on Jun 16, 2023. It is now read-only.

install error #3

@shanguanma

Description

@shanguanma

I have update vim version from 8.1 to 9.0 using the below command:

sudo add-apt-repository ppa:jonathonf/vim
sudo apt-get update
sudo apt-get install vim

Then, download plug.vim

curl -fLo ~/.vim/autoload/plug.vim --create-dirs \
    https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim

then I add the below content to ~/.vimrc

call plug#begin('~/.vim/plugged')
Plug 'JimmyHuang454/EasyCompleteYou'
call plug#end()

it compiles work, but It will the below error:

Error detected while processing function <SNR>39_Open_cb[9]..<SNR>39_ECYQF[52]..<SNR>39_Input[30]..<SNR>39_Gerneral[2]..<SNR>17_DoCommand[2]..ECY2_main#GetDocumentSymbol[10]..ECY#rpc#rpc_event#call[33]..ECY#rpc#rpc_main#RPCEventsAll[4]..<SNR>21_Send[5]..ECY#rpc#ECY2_jo
#send[2]..<SNR>22_job_send:
line    1:
E716: Key not present in Dictionary: "2"
Press ENTER or type command to continue

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