aboutsummaryrefslogtreecommitdiff
path: root/src/buffer_defs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/buffer_defs.h')
-rw-r--r--src/buffer_defs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/buffer_defs.h b/src/buffer_defs.h
index 6f2c905f26..9ee1cfd456 100644
--- a/src/buffer_defs.h
+++ b/src/buffer_defs.h
@@ -492,6 +492,7 @@ struct file_buffer {
* start and end of an operator, also used for '[ and ']
*/
pos_T b_op_start;
+ pos_T b_op_start_orig; // used for Insstart_orig
pos_T b_op_end;
int b_marks_read; /* Have we read viminfo marks yet? */