exvim/main

~/.vim/tools//shell/bash/update-idutils.sh: line 15: mkid: command not found

Closed this issue · 4 comments

When I use exVim and try to excute ':Update' command. I get the following error: "~/.vim/tools//shell/bash/update-idutils.sh: line 15: mkid: command not found"

How can I fix it?
I run it on Mac OS X 10.9

jwu commented

hi,the error shows you didn't install id-utils. Just use homebrew install it.

brew install idutils

Hey I guess the brew package name is wrong, I occurred the same error but got worked exVim via the following command:

$ brew install idutils

Just let others know this :)

jwu commented

thanks @yorkie , corrected.

That's my pleasure, exVim makes me fucking love vi again :p