X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=help.c;h=a7b8c9fe794c1e505f77a7b0ea28690049fad756;hp=f01bbea58f9eff5e3e2c4f69b8b3df6954103ee9;hb=5ed593da25809636fe4266e212d8d382a738649b;hpb=ae0ce4dfcafa0c3820f107c5bfa8bd06e5272b57 diff --git a/help.c b/help.c index f01bbea..a7b8c9f 100644 --- a/help.c +++ b/help.c @@ -16,12 +16,12 @@ #include #include #include +#include #include "mutt.h" #include "mutt_curses.h" #include "keymap.h" #include "pager.h" -#include "mapping.h" #include #include @@ -200,7 +200,7 @@ static void format_line (FILE * f, int ismacro, n = COLS - col; if (ismacro >= 0) { - SKIPWS (t3); + t3 = vskipspaces(t3); /* FIXME: this is completely wrong */ if ((n = m_strlen(t3)) > COLS - col) {