Matware

E319: Sorry, the command is not available in this version: syntax on

Instalando Debian de cero tube que editar algunos archivos y cuando ejecute el Vim me aparecio el siguente error:

E319: Sorry, the command is not available in this version: syntax on

Al parecer Debian instala una version mas chica de vim (tiny vim) por defecto lo que no permite ejecutar algunas opciones como la sintaxis coloreada.

Para solucionar esto:

apt-get install vim

 

You are here