Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想知道是否可以制作 vim 的 taglist 来显示 cython 源代码信息。
似乎 ctag 已经支持 cython,但是 Tlist 没有显示打开的 cython 文件的任何信息。
弄清楚了。.vimrc 文件中的以下一行使其工作:
let tlist_pyrex_settings='python;c:classe;m:memder;f:function'