On 05/07/2010 01:36 AM, Robert Clipsham wrote:
I love it! I don't suppose you have a guide for how to get it set up and
working in vim do you? I've never managed to get ctags working, even
with C/C++ :/

The only tag-related configuration in my Vim setup is:
set tags=./tags;
in ~/.vimrc (Note the semicolon: it makes Vim look for tags file upward to the root directory).

Reply via email to