easymotion / vim-easymotion

Vim motions on speed!
http://www.vim.org/scripts/script.php?script_id=3526
7.5k stars 362 forks source link

Target Keys All the Same on Mac os 13.4 #395

Closed 92hackers closed 5 years ago

92hackers commented 5 years ago

when i search keys, all target keys the same one: vim-easymotion-bug

and when i enter the target key, it always reminds me this: Invalid target: ...

My OS is Macos 13.4 vim version: 8.0

chenyuying commented 5 years ago

Maybe you can update vim version to 8.1 check this https://github.com/Homebrew/homebrew-core/issues/28077

brew update-reset brew update brew install vim

and change your vim executive binary to /usr/local/bin/vim

/usr/local/bin/vim --version

92hackers commented 5 years ago

Thanks, it works now。

jyrodgers commented 5 years ago

These steps fixed the same problem for neovim

brew update-reset brew update brew upgrade neovim