* Kurt Van Dijck <[email protected]> [2012-06-02 19:48]: > Have you tought on indicating the normal/insert mode of your earlier patch? > Kurt
yes.
but then the patch depends on the insert mode patch. I would avoid
dependencies where not needed.
It is straightforward to add, though.
togglestat[5] = '\0';
togglestat[4] = insert_mode?'+':'-';
--s_
