xolox / vim-misc

Miscellaneous auto-load Vim scripts
http://peterodding.com/code/vim/misc/
367 stars 56 forks source link

On init, unknown functions cursorhold#register, timer#start #28

Open IoriBranford opened 4 years ago

IoriBranford commented 4 years ago
  1. git clone https://github.com/xolox/vim-misc.git ~/.vim/plugin/vim-misc
  2. Start vim (I use vim-gtk 8.1.2292)

Error detected while processing ~/.vim/plugin/vim-misc/autoload/xolox/misc/async.vim: line 259: E117: Unknown function: xolox#misc#cursorhold#register Error detected while processing function xolox#misc#test#reset: line 5: E117: Unknown function: xolox#misc#timer#start

felmab commented 3 years ago

Were you using a plugin manager? If you were trying to install this package manually, I do not think you were following the correct procedure.