diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2017-04-20 08:35:50 +0200 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2017-04-20 22:47:14 +0200 |
| commit | 04fdfe6e0720cf815d0d61189fdd36872ad816f7 (patch) | |
| tree | 48eaab584fd857e28373d5206b1c63f5b6811026 /vis.h | |
| parent | cbfdeeef7e3bd39195799331dfbbdbb476103901 (diff) | |
| download | vis-04fdfe6e0720cf815d0d61189fdd36872ad816f7.tar.gz vis-04fdfe6e0720cf815d0d61189fdd36872ad816f7.tar.xz | |
vis: add # register to insert cursor number
Diffstat (limited to 'vis.h')
| -rw-r--r-- | vis.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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, |
