From d8a42a8ad06c42ca6092c61b531fec4eb7bae0f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Tue, 15 Mar 2016 19:25:25 +0100 Subject: vis: add support for command register ": --- vis.h | 1 + 1 file changed, 1 insertion(+) (limited to 'vis.h') diff --git a/vis.h b/vis.h index c90c80a..1088938 100644 --- a/vis.h +++ b/vis.h @@ -353,6 +353,7 @@ enum VisRegister { VIS_MACRO_OPERATOR, /* records entered keys after an operator */ VIS_MACRO_REPEAT, /* copy of the above macro once the recording is finished */ VIS_REG_SEARCH, /* last used search pattern "/ */ + VIS_REG_COMMAND, /* last used :-command ": */ VIS_REG_INVALID, /* has to be the last 'real' register */ VIS_REG_A, VIS_REG_B, VIS_REG_C, VIS_REG_D, VIS_REG_E, VIS_REG_F, VIS_REG_G, VIS_REG_H, VIS_REG_I, VIS_REG_J, -- cgit v1.2.3