Hey, dude-
> This breaks how name_to_kbfunc is currently being used;
>
>for (iter = 0; iter < nitems(name_to_kbfunc); iter++) {
> if (strcmp(name_to_kbfunc[iter]->tag, ...
>
> I think you can see where this goes wrong with your patch
> applied (hint: passing NULL to strcmp is not advis
On Tue, 30 Oct 2012 17:44:25 -0500
"Kent R. Spillner" wrote:
This segfaults. See comments below.
> Here is an initial attempt at adding a menu for searching/executing internal
> functions. It's useful for those times you want to an unbound function, and
> even when the function is bound to som
Howdy-
Here is an initial attempt at adding a menu for searching/executing internal
functions. It's useful for those times you want to an unbound function, and
even when the function is bound to some key combo you haven't memorized yet
it can be faster than looking up the keybinding in the manual