科技行者

行者学院 转型私董会 科技行者专题报道 网红大战科技行者

知识库

知识库 安全导航

至顶网软件频道用tags/cscope看内核源代码-HOWTO (4)

用tags/cscope看内核源代码-HOWTO (4)

  • 扫一扫
    分享文章到微信

  • 扫一扫
    关注官方公众号
    至顶头条

mingyanguo 回复于:2006-03-18 18:02:28 if has("cscope") set csprg=/usr/local/bin/cscope

作者:leviathan.alan 来源:chinaunix 2007年11月3日

关键字: howto 源代码 内核 Linux

  • 评论
  • 分享微博
  • 分享邮件
 

mingyanguo 回复于:2006-03-18 18:02:28

if has("cscope")

set csprg=/usr/local/bin/cscope

set csto=0

set cst

set nocsverb

"add any database in current directory

if filereadable("cscope.out")

cs add cscope.out

"else add database pointed to by environment

elseif $CSCOPE_DB != ""

cs add $CSCOPE_DB

endif

map :cstag =expand("")

map g :cs find g =expand("")

map :cs find 0 =expand("")

map :cs find f =expand("")

set csverb

endif

从帮助上看到的,自己稍微改了一点。

-------------------------------------------------------------------------------

super939 回复于:2006-03-20 09:32:32

学到不少东西

    • 评论
    • 分享微博
    • 分享邮件
    邮件订阅

    如果您非常迫切的想了解IT领域最新产品与技术信息,那么订阅至顶网技术邮件将是您的最佳途径之一。

    重磅专题
    往期文章
    最新文章