From b7cd49a3a504352a97b01e0aee59798c3a224af7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marco=20Diego=20Aur=C3=A9lio=20Mesquita?= Date: Wed, 23 May 2018 19:04:22 -0300 Subject: [PATCH] Redraw bottombars and cleanup input buffer is no error is found by the linter. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Marco Diego Aurélio Mesquita --- src/text.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/text.c b/src/text.c index 0b5217a..8008a24 100644 --- a/src/text.c +++ b/src/text.c @@ -3248,8 +3248,9 @@ void do_linter(void) free(read_buff); if (parsesuccess == 0) { - statusline(HUSH, _("Got 0 parsable lines from command: %s"), + statusline(MILD, _("Got 0 parsable lines from command: %s"), openfile->syntax->linter); + bottombars(MMAIN); return; } -- 2.7.4