2017-10-15 3 views
0

Lorsque j'enregistre un fichier dans vim je reçois l'erreur suivante:Vim Easytags erreur Ctags: « le mode append n'est pas compatible avec les balises à stdout »

easytags.vim 3.11: vim-misc 1.17.6: External command failed with exit code 1! 
Command line: sh -c '(/usr/bin/ctags --fields=+l --c-kinds=+p --c++-kinds=+p --sort=no -f- '\''--language-force=vim'\'' '\''/home/nokan/.vimrc'\'') 1>'\''/tmp/v9KiWdN/18'\'' 2 
>'\''/tmp/v9KiWdN/19'\''' 

Output on standard output stream: 
ctags: append mode is not compatible with tags to stdout (at function xolox#easytags#autoload[13]..xolox#easytags#update[31]..xolox#easytags#update#with_vim[4]..xolox#misc#os# 
exec, line 163) 

Répondre

0

Ce problème peut être dû en ayant le mode append activé dans votre fichier ~./ctags. Si vous avez la ligne --append, essayez de l'enlever.