diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2017-07-27 23:57:33 +0200 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2017-09-15 11:35:26 +0200 |
| commit | 8162e86bc20a581cb7e82ba51893acbdbb7c6a37 (patch) | |
| tree | 9d827debf75bf1ba18fce56cb2607e0e7a0bd215 /vis.h | |
| parent | 791330584baaf3b809047719d74308dc54f28bac (diff) | |
| download | vis-8162e86bc20a581cb7e82ba51893acbdbb7c6a37.tar.gz vis-8162e86bc20a581cb7e82ba51893acbdbb7c6a37.tar.xz | |
vis: remove ! operator
Use visual mode and :| to filter text through external commands.
The mapping was already reused for selection complement.
Diffstat (limited to 'vis.h')
| -rw-r--r-- | vis.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -386,7 +386,6 @@ enum VisOperator { VIS_OP_REPLACE, VIS_OP_CURSOR_SOL, VIS_OP_CASE_SWAP, - VIS_OP_FILTER, 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_CASE_LOWER, @@ -434,7 +433,6 @@ int vis_operator_register(Vis*, VisOperatorFunction*, void *context); * * The expected varying arguments are: * - * - `VIS_OP_FILTER` a char pointer referring to the command to run. * - `VIS_OP_JOIN` a char pointer referring to the text to insert between lines. * - `VIS_OP_MODESWITCH` an ``enum VisMode`` indicating the mode to switch to. * - `VIS_OP_REPLACE` a char pointer reffering to the replacement character. |
