JCLiang / vim-cscope-utils

A vim plugin that creates and auto-loads ctags, cscope, and pycscope database for you.
15 stars 4 forks source link

not craete ctags index database #1

Open ghost opened 11 years ago

ghost commented 11 years ago

:version
VIM - Vi IMproved 7.3 (2010 Aug 15, compiled Aug 4 2013 23:41:40)
MacOS X (unix) version
Included patches: 1-923

+python

hazedic@JaeRyoungs-MacBook-Pro ~/temu-1.0 $ which ctags
/usr/local/bin/ctags

hazedic@JaeRyoungs-MacBook-Pro ~/temu-1.0 $ which cscope
/usr/local/bin/cscope

I'm open up vim. Hit cs to build all database But not create ctags index database

tags: !_TAG_FILE_FORMAT»2»/extended format; --format=1 will not append ;" to lines/ !_TAG_FILE_SORTED»1»/0=unsorted, 1=sorted, 2=foldcase/ !_TAG_PROGRAM_AUTHOR»·Darren Hiebert»·/dhiebert@users.sourceforge.net/ !_TAG_PROGRAM_NAME»·Exuberant Ctags»// !_TAG_PROGRAM_URL»http://ctags.sourceforge.net»·/official site/ !_TAG_PROGRAM_VERSION»5.8»//

JCLiang commented 11 years ago

Any error logs?

Note that the default key mapping for creating cscope database is "cs". defaults to backslash () if it's not set in your vim config. So maybe you should try "\cs" and see if it works for you.

ghost commented 11 years ago

i'm using mac.

first, i'm installing findutils. (brew install findutils) and change code