http://linux.byexamples.com/archives/385/vim-with-ctags-for-multi-level-directory-hierarchy/
http://vim.wikia.com/wiki/Browsing_programs_with_tags
set tags=tags;
the magic is the ‘;’ at end. it will make vim tags file search go up from current directory until it finds one.
No comments:
Post a Comment