Re: Patch 7.3.210

2011-06-12 Fir de Conversatie Tony Mechelynck
On 12/06/11 21:45, sc wrote: On Sunday, June 12, 2011 13:42:42 Bram Moolenaar wrote: Patch 7.3.210 Problem:Can't always find the file when using cscope. Solution: Add the 'cscoperelative' option. (Raghavendra D Prabhu) Files: runtime/doc/if_cscop.txt, runtime/doc/o

Re: Patch 7.3.210

2011-06-12 Fir de Conversatie Bram Moolenaar
Toothpik wrote: > On Sunday, June 12, 2011 13:42:42 Bram Moolenaar wrote: > > > Patch 7.3.210 > > Problem:Can't always find the file when using cscope. > > Solution: Add the 'cscoperelative' option. (Raghavendra D > > Prabhu) Files:

Re: Patch 7.3.210

2011-06-12 Fir de Conversatie sc
On Sunday, June 12, 2011 13:42:42 Bram Moolenaar wrote: > Patch 7.3.210 > Problem:Can't always find the file when using cscope. > Solution: Add the 'cscoperelative' option. (Raghavendra D > Prabhu) Files: runtime/doc/if_cscop.txt, > runtime/doc/opt

Re: Patch 7.3.210

2011-06-12 Fir de Conversatie Bram Moolenaar
Dominique Pelle wrote: > ZyX wrote: > > > Reply to message «Patch 7.3.210», > > sent 22:42:42 12 June 2011, Sunday > > by Bram Moolenaar: > > > > I see some typos here: > > > > + If 'cscoperelative' set, then in absence of a prefix

Re: Patch 7.3.210

2011-06-12 Fir de Conversatie Dominique Pellé
ZyX wrote: > Reply to message «Patch 7.3.210», > sent 22:42:42 12 June 2011, Sunday > by Bram Moolenaar: > > I see some typos here: > > + If 'cscoperelative' set, then in absence of a prefix given to cscope (prefx > Missing `is' before `set'. ...s

Re: Patch 7.3.210

2011-06-12 Fir de Conversatie ZyX
Reply to message «Patch 7.3.210», sent 22:42:42 12 June 2011, Sunday by Bram Moolenaar: I see some typos here: + If 'cscoperelative' set, then in absence of a prefix given to cscope (prefx Missing `is' before `set'. Here should be no commas. Last word should be `prefix'

Patch 7.3.210

2011-06-12 Fir de Conversatie Bram Moolenaar
Patch 7.3.210 Problem:Can't always find the file when using cscope. Solution: Add the 'cscoperelative' option. (Raghavendra D Prabhu) Files: runtime/doc/if_cscop.txt, runtime/doc/options.txt, src/if_cscope.c, src/options.c, src/options.h *** ../mercurial/vi