[PATCH] Search hinting support

2009-12-28 Thread Vladimir 'φ-coder/phcoder' Serbinenko
-- Regards Vladimir 'φ-coder/phcoder' Serbinenko === modified file 'commands/search.c' --- commands/search.c 2009-12-25 23:50:59 + +++ commands/search.c 2009-12-28 13:02:23 + @@ -30,7 +30,8 @@ #include void -FUNC_NAME (const char *key, const char *var, int no_floppy) +FUNC_NAME (con

Re: [PATCH] Search hinting support

2010-01-08 Thread Robert Millan
On Mon, Dec 28, 2009 at 02:04:18PM +0100, Vladimir 'φ-coder/phcoder' Serbinenko wrote: > -"NAME [VARIABLE]", > +"NAME [VARIABLE] [HINTS]", I think this can be done without an additional interface: root variable already has the desired information.

Re: [PATCH] Search hinting support

2010-02-06 Thread Vladimir 'φ-coder/phcoder' Serbinenko
Robert Millan wrote: > On Mon, Dec 28, 2009 at 02:04:18PM +0100, Vladimir 'φ-coder/phcoder' > Serbinenko wrote: > >> - "NAME [VARIABLE]", >> + "NAME [VARIABLE] [HINTS]", >> > > I think this can be done without an additional interface: root variab