*How to ctags
**Linux ctags
-install ctags
sudo apt-get install ctags
-create tags data
ctags -f ~/.tags -R /home/kumagon/download/junit3.4/junit/
refer to:http://archiva.jp/web/tool/vim_ctags.html
**Windows ctags
-How to ctag:http://archiva.jp/web/tool/vim_ctags.html
!ctags -R
-tagの設定:http://uprush.net/2009/05/vim%E3%81%A7%E3%82%B7%E3%82%B9%E3%83%86%E3%83%A0%E9%96%8 ...
詳細解説リンク/関連リンク:忘れがちなあなたへ