aboutsummaryrefslogtreecommitdiff
path: root/vis.h
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2017-04-20 08:35:50 +0200
committerMarc André Tanner <mat@brain-dump.org>2017-04-20 22:47:14 +0200
commit04fdfe6e0720cf815d0d61189fdd36872ad816f7 (patch)
tree48eaab584fd857e28373d5206b1c63f5b6811026 /vis.h
parentcbfdeeef7e3bd39195799331dfbbdbb476103901 (diff)
downloadvis-04fdfe6e0720cf815d0d61189fdd36872ad816f7.tar.gz
vis-04fdfe6e0720cf815d0d61189fdd36872ad816f7.tar.xz
vis: add # register to insert cursor number
Diffstat (limited to 'vis.h')
-rw-r--r--vis.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/vis.h b/vis.h
index ea02307..d64c877 100644
--- a/vis.h
+++ b/vis.h
@@ -440,6 +440,7 @@ enum VisRegister {
VIS_REG_SEARCH, /* last used search pattern "/ */
VIS_REG_COMMAND, /* last used :-command ": */
VIS_REG_SHELL, /* last used shell command given to either <, >, |, or ! */
+ VIS_REG_NUMBER, /* cursor number */
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,
VIS_REG_k, VIS_REG_l, VIS_REG_m, VIS_REG_n, VIS_REG_o,