diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2016-02-07 23:54:25 +0100 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2016-02-10 19:39:01 +0100 |
| commit | 66a56c827efcac36e07d6ac34bd05681ab8364e9 (patch) | |
| tree | 75101a584fff95c1a8f42cc04254de53a312d99c /vis.h | |
| parent | 528c418427361b480dd8be66eb872b2053963817 (diff) | |
| download | vis-66a56c827efcac36e07d6ac34bd05681ab8364e9.tar.gz vis-66a56c827efcac36e07d6ac34bd05681ab8364e9.tar.xz | |
vis: implement yank register "0
Diffstat (limited to 'vis.h')
| -rw-r--r-- | vis.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -350,6 +350,7 @@ enum VisRegister { VIS_REG_u, VIS_REG_v, VIS_REG_w, VIS_REG_x, VIS_REG_y, VIS_REG_z, VIS_REG_DEFAULT, /* used when no other register is specified */ + VIS_REG_ZERO, /* yank register */ VIS_REG_BLACKHOLE, /* /dev/null register */ VIS_REG_CLIPBOARD, /* system clipboard register */ VIS_REG_PROMPT, /* internal register which shadows DEFAULT in PROMPT mode */ |
