Vim Easytags Ctags错误:"追加模式与stdout"的标签不兼容

时间:2017-10-15 00:47:55

标签: vim ctags exuberant-ctags

当我在vim中保存文件时,我收到以下错误:

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)

1 个答案:

答案 0 :(得分:0)

在〜。/ ctags文件中启用了追加模式可能会导致此问题。如果您有--append行,请尝试删除它。