I want to use Ctags for a Zend framework project. I executed this command : ctags -R ./* ../ZendFramework/*to create a list of tags, but the problem is when I p
ctags -R ./* ../ZendFramework/*
The 'tags' variable must point to your tags file. See :help 'tags'. An example to add the path to your tags file:
'tags'
tags
:help 'tags'
:set tags+=$HOME/yourpath/tags