diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2018-04-26 14:24:55 +0200 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2018-05-16 13:24:01 +0200 |
| commit | 62ea7dcff1df815628e8d4a796c401056c7766f7 (patch) | |
| tree | e6527c32155d8ee85324aea039d88bbcccd59b10 /vis.h | |
| parent | f9d0d91f5160a69ce6977395ba19c6d20cb8af4d (diff) | |
| download | vis-62ea7dcff1df815628e8d4a796c401056c7766f7.tar.gz vis-62ea7dcff1df815628e8d4a796c401056c7766f7.tar.xz | |
vis: implement g~ using tr(1)
Diffstat (limited to 'vis.h')
| -rw-r--r-- | vis.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -385,7 +385,6 @@ enum VisOperator { VIS_OP_MODESWITCH, VIS_OP_REPLACE, VIS_OP_CURSOR_SOL, - VIS_OP_CASE_SWAP, VIS_OP_INVALID, /* denotes the end of the "real" operators */ /* pseudo operators: keep them at the end to save space in array definition */ VIS_OP_CURSOR_EOL, |
