From b6efc2b99cdd1a6ca4e946401ca0661b91754f9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Thu, 4 Sep 2014 19:56:30 +0200 Subject: Implement to/till movements i.e. 'f', 'F', 't', 'T' --- vis.h | 1 + 1 file changed, 1 insertion(+) (limited to 'vis.h') diff --git a/vis.h b/vis.h index 5157842..fec25f1 100644 --- a/vis.h +++ b/vis.h @@ -128,6 +128,7 @@ typedef struct { TextObject *textobj; Register *reg; Mark mark; + Key key; Arg arg; } Action; -- cgit v1.2.3