よろしくお願い致します。
Win2kでcygwin1005.9.0.0を使用しています。
$ ctags --version
ctags (GNU Emacs 21.4.15)
Copyright (C) 1999 Free Software Foundation, Inc. and Ken Arnold
This program is distributed under the same terms as Emacs
となっていまして、vimでタグジャンプできるようにしたくて
$ cp vimrc_example.vim ~/.vimrc
$ cd /usr/include
$ ctags -R
ctags: no input files specified.
Try `ctags --help' for a complete list of options.
となってみました。
ヘルプを見てみましたがLinuxでの
「ctags -R」コマンド(カレントディレクトリ下の全ファイルを再帰的に検索してtagsファイルの生成)と同様なオプションは何になるのでしょうか?
|