$ vim myfile.rb
Error detected while processing /home/solipsistic/.vimrc:
line 1:
E319: Sorry, the command is not available in this version: syntax enable
Press ENTER or type command to continue
Apparently Debian-like distributions don't package the full version of vim by default. They pack a 'lite' version.
# apt-get install vim
And you'll be rolling again.
No comments:
Post a Comment