Shougo / dein.vim

:zap: Dark powered Vim/Neovim plugin manager
MIT License
3.42k stars 197 forks source link

An error on dein#update() #488

Closed Dzzt closed 1 year ago

Dzzt commented 1 year ago

I got an error liike below when I call dein#update().


Error detected while processing function dein#update:

line 1:

E117: Unknown function: dein#install#_update

*I have already moved these lines before calling dein#begin(s:dein_dir) and recache_runtimepath()

filetype indent plugin on 
syntex on
Shougo commented 1 year ago

I have searched it, and I have not found it. Please reinstall dein.vim. I think your other plugins call the internal function(Note: It should not).

Dzzt commented 1 year ago

Thank you for your quick reply and sorry for my ignorance. I reprocessed all under ~/.cache/dein.vim with same init.vim and tomls, then it starts working nicely again.

And of course you can delete this issue(I can't do this,can I?)