diff options
Diffstat (limited to 'vis.h')
| -rw-r--r-- | vis.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -114,8 +114,6 @@ void vis_exit(Vis*, int status); /* emergency exit, print given message, perform minimal ui cleanup and exit process */ void vis_die(Vis*, const char *msg, ...) __attribute__((noreturn)); -/* user facing modes are: NORMAL, VISUAL, VISUAL_LINE, INSERT, REPLACE. - * the others should be considered as implementation details (TODO: do not expose them?) */ enum VisMode { VIS_MODE_NORMAL, VIS_MODE_OPERATOR_PENDING, |
