From 5d9cf02bc9993e076c883f67e3c19bde745540ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Wed, 17 Feb 2016 14:42:13 +0100 Subject: vis-lua: expose mode constants to lua --- vis.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'vis.h') diff --git a/vis.h b/vis.h index 560e4d9..19cdb43 100644 --- a/vis.h +++ b/vis.h @@ -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, -- cgit v1.2.3