aboutsummaryrefslogtreecommitdiff
path: root/editor.h
diff options
context:
space:
mode:
Diffstat (limited to 'editor.h')
-rw-r--r--editor.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/editor.h b/editor.h
index 9c462b3..2d0819b 100644
--- a/editor.h
+++ b/editor.h
@@ -67,7 +67,6 @@ typedef struct {
size_t pos; /* at which byte from the start of the file should the operation start? */
bool linewise; /* should the changes always affect whole lines? */
const Arg *arg; /* arbitrary arguments */
- Cursor *cursor; /* cursor (if any) which issued this operator */
} OperatorContext;
typedef struct {
@@ -100,7 +99,7 @@ typedef struct {
typedef struct { /** collects all information until an operator is executed */
int count;
- bool linewise;
+ int type;
const Operator *op;
const Movement *movement;
const TextObject *textobj;