Vim Tips Wiki
Edit Page
We recommend that you log in before editing. This will allow other users to leave you a message about your edit, and will let you track edits via your Watchlist. Creating an account is quick and free.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.

Latest revision Your text
Line 96: Line 96:
 
tags TAGS: notags
 
tags TAGS: notags
 
$(TAGPRG) $(TAGS_SRC) $(TAGS_INCL)
 
$(TAGPRG) $(TAGS_SRC) $(TAGS_INCL)
  +
βˆ’
  
 
 
+ # Build the cscope database.
 
+ # Build the cscope database.
 
+ # This may search more files than necessary.
 
+ # This may search more files than necessary.
Line 105: Line 105:
 
+ cscope -bv ./*.[ch] ./*.cpp ./if_perl.xs auto/*.h auto/pathdef.c proto/*.pro
 
+ cscope -bv ./*.[ch] ./*.cpp ./if_perl.xs auto/*.h auto/pathdef.c proto/*.pro
 
+ cscope: csclean cscope.out ;
 
+ cscope: csclean cscope.out ;
  +
+
βˆ’
+ 
 
 
# Make a highlight file for types. Requires Exuberant ctags and awk
 
# Make a highlight file for types. Requires Exuberant ctags and awk
 
types: types.vim
 
types: types.vim
Please note that all contributions to the Vim Tips Wiki are considered to be released under the CC-BY-SA
Cancel Editing help (opens in new window)