Re: Repeated symbols with Cscope

2016-10-14 Thread arocker
> > No it doesn't, at least not until it started working again. Unfortunately > I forgot to test that before rebooting my machine... > Is this a Heisenbug (disappears when you search for it) or a Schrodingerbug, (appears at random when the box is opened)? :-)* -- -- You received this message

Re: Repeated symbols with Cscope

2016-10-14 Thread Hugo Gagnon
On Friday, October 14, 2016 at 4:57:20 PM UTC+2, Christian Brabandt wrote: > On Do, 13 Okt 2016, Hugo Gagnon wrote: > > > Hello, > > > > For some reason when I do a symbol search with Cscope in Vim I get repeated > > symbols, e.g.: > > > > :cs find s setID > > e.H|188| <> void setID (int ID) {

Re: Repeated symbols with Cscope

2016-10-14 Thread Erik Falor
On Fri, Oct 14, 2016 at 07:56:53AM -0700, Hugo Gagnon wrote: > Hi Erik, > > Thank you for your reply. > > My problem is now seemingly gone. Even more strange is that I can't reproduce > it; all I did was to reboot my machine and build another Cscope database. Those are the very best sort of

Re: Repeated symbols with Cscope

2016-10-14 Thread Christian Brabandt
On Do, 13 Okt 2016, Hugo Gagnon wrote: > Hello, > > For some reason when I do a symbol search with Cscope in Vim I get repeated > symbols, e.g.: > > :cs find s setID > e.H|188| <> void setID (int ID) { _ID = ID; } > e.H|188| <> void setID (int ID) { _ID = ID; } > e.H|188| <> void setID (int

Re: Repeated symbols with Cscope

2016-10-14 Thread Hugo Gagnon
On Friday, October 14, 2016 at 4:39:18 PM UTC+2, ewfalor wrote: > On Thu, Oct 13, 2016 at 10:03:29AM -0700, Hugo Gagnon wrote: > > Hello, > > > > For some reason when I do a symbol search with Cscope in Vim I get repeated > > symbols, e.g.: > > > > :cs find s setID > > e.H|188| <> void setID

Re: Repeated symbols with Cscope

2016-10-14 Thread Erik Falor
On Thu, Oct 13, 2016 at 10:03:29AM -0700, Hugo Gagnon wrote: > Hello, > > For some reason when I do a symbol search with Cscope in Vim I get repeated > symbols, e.g.: > > :cs find s setID > e.H|188| <> void setID (int ID) { _ID = ID; } > e.H|188| <> void setID (int ID) { _ID = ID; } > e.H|188|