vis

a vi-like editor based on Plan 9's structural regular expressions

git clone https://9o.is/git/vis.git

commit eac198a579144c1435822b660326def95e9d67ee
parent 45ab707e414964a0312ba27d8091755b9b1c2dfc
Author: Marc André Tanner <mat@brain-dump.org>
Date:   Wed, 10 Sep 2014 14:13:44 +0200

Redraw editor content after command execution

Diffstat:
Mvis.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/vis.c b/vis.c @@ -603,6 +603,7 @@ static void prompt_enter(const Arg *arg) { break; } free(s); + editor_draw(vis); } static void prompt_up(const Arg *arg) {