我的操作是: 1.将ctags.exe放入c:\program files\vim\vim70 2.将taglist_40b4.zip解压,生成的doc以及plugin也放入 c:\program files\vim\vim70 3.在c:\program files\vim\.vimrc中加入 let Tlist_ctags_Cmd = '.\vim70\ctags.exe' 运行gvim,打开某c文件,而后:TlistToggle得到如下提示: Taglist: Failed to generate tags for xxxxxxxxxxxx.c ctags: unrecognized option '--format=2'^@^ITry 'ctag --help' for a comple...
看到过一些可以高亮PYTHON语法的编辑器. 但是我想找个更好的,比如说选中一个变量后,可以选择跳转到它的定义的地方(如果有的话). 就好像用ctag看C程序. 或者用VISUAL STUDIO看源程序时那样. 不知道有没有这样的? 叫什么名字? 多谢! update: 刚搜到一个:Pydev加上ECLIPSE.准备试试 [ 本帖最后由 accessory 于 2009-6-1 06:17 编辑 ]
使用vim,csupport时遇如下问题 安装正常了,敲入如下命令 :filetype 会出现 filetype on :scriptname 会出现插件的名称数十个,其中包含c.vim :echo mapleader 当我设置为","时,能显示为(,)号 但当我设置为"\"时,显示为空什么也没有, 然后,输入一些快捷键如 \cd回车,无效果 ,cd回车,无效果, 事实上,\和 ,就输入不进去 咋办???!!! 我的vim安装于c:区,_vimrc如下: set nocompatibl...
make 的时候出现 gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_MOTIF -DFUNCPROTO=7 -DNARROWPROTO -I/usr/include/X11 -g -O2 -fno-strength-reduce -o objects/os_unix.o os_unix.c In file included from /usr/include/stropts.h:38, from os_unixx.h:58, from os_unix.c:38: /usr/include/sys/stropts.h:237: parse error before "t_uscalar_t" /usr/include/sys/stropts.h...
gtk+-1.2.10-sol8-sparc-local glib-1.2.10-sol8-sparc-local ncurses-5.4-sol8-sparc-local vim-6.3-sol8-sparc-local 本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u/17418/showart_131041.html