aboutsummaryrefslogtreecommitdiff
path: root/vis.h
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2016-03-13 10:45:43 +0100
committerMarc André Tanner <mat@brain-dump.org>2016-03-13 10:45:43 +0100
commit46cb07d97cee20b49dcca809e45046cd506bc251 (patch)
treed7ec0d797c627cacdd38f24df122a8ede995e687 /vis.h
parent3ffd4e783c17bcd90820da297b9a2c3c7766df95 (diff)
downloadvis-46cb07d97cee20b49dcca809e45046cd506bc251.tar.gz
vis-46cb07d97cee20b49dcca809e45046cd506bc251.tar.xz
vis: convert gn and gN text objects to use "/ register content
Diffstat (limited to 'vis.h')
-rw-r--r--vis.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vis.h b/vis.h
index 0bafe68..c90c80a 100644
--- a/vis.h
+++ b/vis.h
@@ -352,7 +352,7 @@ enum VisRegister {
VIS_REG_PROMPT, /* internal register which shadows DEFAULT in PROMPT mode */
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,
+ VIS_REG_SEARCH, /* last used search pattern "/ */
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,