diff options
Diffstat (limited to 'vis-core.h')
| -rw-r--r-- | vis-core.h | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -160,4 +160,11 @@ extern Mode vis_modes[VIS_MODE_LAST]; extern Movement moves[MOVE_INVALID]; +extern Operator ops[OP_INVALID]; + +const char *expandtab(Vis *vis); + +void macro_operator_stop(Vis *vis); +void macro_operator_record(Vis *vis); + #endif
\ No newline at end of file |
