一、 开发环境

    Ubuntu12.04(64bit)

二、错误描述

    安装好vim的TagList插件后,打开vim提示:

     Taglist: Exuberant ctags (http://ctags.sf.net) not found in PATH. Plugin is not loaded.

  三、解决方法

    因为当前系统没有安装ctags导致的,安装一个即可:

               sudo apt-get install ctags

相关文章:

  • 2021-12-13
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-05-31
  • 2022-12-23
  • 2021-11-06
  • 2021-06-02
猜你喜欢
  • 2022-01-17
  • 2022-01-17
  • 2021-06-24
  • 2022-12-23
  • 2022-12-23
  • 2021-09-19
相关资源
相似解决方案