any 'tagrelative' option for cscope?

2011-04-19 Thread pansz
By default, vim opens all file of ctags with directory relative to the tags file. This behaviour can be controlled by 'tagrelative' option. But for cscope, vim does not open file relative to directory where cscope.out lies, instead, it uses CWD. Build cscope.out with absolute path can solve so

Re: any 'tagrelative' option for cscope?

2011-04-19 Thread Christian Brabandt
Hi pansz! On Di, 19 Apr 2011, pansz wrote: > By default, vim opens all file of ctags with directory relative to the tags > file. This behaviour can be controlled by 'tagrelative' option. > > But for cscope, vim does not open file relative to directory where > cscope.out lies, instead, it uses

Re: any 'tagrelative' option for cscope?

2011-04-19 Thread pansz
On Wed, Apr 20, 2011 at 1:53 PM, Christian Brabandt wrote: > Hi pansz! > > On Di, 19 Apr 2011, pansz wrote: >> By default, vim opens all file of ctags with directory relative to the tags >> file. This behaviour can be controlled by 'tagrelative' option. >> >> But for cscope, vim does not open file

Re: any 'tagrelative' option for cscope?

2011-04-20 Thread Raghavendra D Prabhu
* On Tue, Apr 19, 2011 at 08:18:07PM -0700, pansz wrote: By default, vim opens all file of ctags with directory relative to the tags file. This behaviour can be controlled by 'tagrelative' option. But for cscope, vim does not open file relative to directory where cscope.out lies, instead, it us