由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - Question about using ctags in gvim
相关主题
Re: 有pyclewn大牛吗?教教怎么用?Re: 什么编辑器比较好?
问个ctags的问题question about vim on RedHat
Anyone uses Jade?谁有在64bit Windows上装过Feb 2003 Platform SDK?
你们觉得emacs+cTag是个糟糕的结合么? (转载)一个naive的问题——是否有这种工具?
Tag的实现Please help: regarding ftp scripting in Windows xp Command prompt
没有ide,我觉得一个项目,两万多行就差不多了xterm的title恢复问题 (转载)
correct indentation in python ?4G text file哪种软件可以读?(除了ultraedit)
请问vsvim有像.vimrc这样的文件吗?gvim diff question
相关话题的讨论汇总
话题: gvim话题: tags话题: ctags话题: vimrc话题: question
进入Programming版参与讨论
1 (共1页)
g*********n
发帖数: 43
1
I am using ctags in gvim under Windows. I added the following command to _
vimrc:
set tags=c:\tags
But it doesn't work. When I press ctrl+], it will say "no tags file".
Then I open a gvim session, and type ":set tags=c:\tags". This way it works.
Anyone knows how to add the command to _vimrc, so that it will be
automatically executed each time I open gvim?
Thanks!
t****t
发帖数: 6806
2
use $HOME/.vimrc

works.

【在 g*********n 的大作中提到】
: I am using ctags in gvim under Windows. I added the following command to _
: vimrc:
: set tags=c:\tags
: But it doesn't work. When I press ctrl+], it will say "no tags file".
: Then I open a gvim session, and type ":set tags=c:\tags". This way it works.
: Anyone knows how to add the command to _vimrc, so that it will be
: automatically executed each time I open gvim?
: Thanks!

1 (共1页)
进入Programming版参与讨论
相关主题
gvim diff questionTag的实现
gvim 的问题没有ide,我觉得一个项目,两万多行就差不多了
问问unix下有没有svn的GUIcorrect indentation in python ?
textmate 团购请问vsvim有像.vimrc这样的文件吗?
Re: 有pyclewn大牛吗?教教怎么用?Re: 什么编辑器比较好?
问个ctags的问题question about vim on RedHat
Anyone uses Jade?谁有在64bit Windows上装过Feb 2003 Platform SDK?
你们觉得emacs+cTag是个糟糕的结合么? (转载)一个naive的问题——是否有这种工具?
相关话题的讨论汇总
话题: gvim话题: tags话题: ctags话题: vimrc话题: question