diff options
Diffstat (limited to 'vis-core.h')
| -rw-r--r-- | vis-core.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -95,6 +95,7 @@ typedef Buffer Macro; typedef struct { /** collects all information until an operator is executed */ int count; + enum VisMode mode; enum VisMotionType type; const Operator *op; const Movement *movement; |
