Aparece el siguiente error después de ejecutar "git commit".¿Por qué aparece una advertencia después de decir "commit de git"?
CSApprox needs gui support - not loading.
See :help |csapprox-+gui| for possible workarounds.
Error detected while processing /Users/{username}/.vim/plugin/syntastic.vim:
line 94:
E319: Sorry, the command is not available in this version: sign define SyntasticError text=>> texthl=error
line 95:
E319: Sorry, the command is not available in this version: sign define SyntasticWarning text=>> texthl=todo
Press ENTER or type command to continue
error: There was a problem with the editor 'vi'.
Please supply the message using either -m or -F option.
¿Alguna idea de por qué esto podría estar pasando? Estoy en un mac.
Gracias por su ayuda.
Sí, un problema con un complemento. Estaba totalmente confundido por qué estaba intentando lanzar un editor, pero ahora lo entiendo. El interruptor "-m" funcionó por completo ... Supongo que debería leer todos los interruptores disponibles – iJK