vim - Installing Plugins in gvim on Windows 8 -


i seem have put easymotion plugin in correct location, there's error loading it... downloaded "lokaltog-vim-easymotion-1.3-0-g667a668.zip" [here][1].

i had put easymotion.vim in $home/vimfiles/plugin, giving following error message:

>error detected while processing c:\users\willem\vimfiles\plugin\easymotion.vim:  >line   24: >e117: unknown function: easymotion#initoptions  >line   39: >e121: undefined variable: g:easymotion_hl_group_target >e116: invalid arguments function easymotion#inithl  >line   40: >e121: undefined variable: g:easymotion_hl_group_shade >e116: invalid arguments function easymotion#inithl  >line   69: >e117: unknown function: easymotion#initmappings 

i realize there 2 files , have gotten working! per first answer, have moved autoload/easymotion.vim $home/vimfiles/autoload, moving plugin/easymotion.vim $home/vimfiles/plugin

it looks have forgotten install everything.

more precisely, autoload/easymotion.vim file supposed go in $home/vimfiles/autoload/ , doc/easymotion.txt file supposed go in $home/vimfiles/doc/.


Comments

Popular posts from this blog

c# - Send Image in Json : 400 Bad request -

jquery - Fancybox - apply a function to several elements -

An easy way to program an Android keyboard layout app -