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
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:
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
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
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
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
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