Occasionally, vim on the Raspberry Pi will throw multiple Sorry, the command is not available...
errors when using the basic vimrc
from amix/vimrc.
This is likely 'cos the vim-gui-common
and/or vim-runtime
packages are missing. Fix with:
sudo apt install vim-gui-common vim-runtime