diff options
Diffstat (limited to 'src/nvim/extmark.h')
-rw-r--r-- | src/nvim/extmark.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/extmark.h b/src/nvim/extmark.h index c2103a71bf..83c7a7cb69 100644 --- a/src/nvim/extmark.h +++ b/src/nvim/extmark.h @@ -25,6 +25,7 @@ typedef struct { colnr_T end_col; bool right_gravity; bool end_right_gravity; + bool no_undo; Decoration decor; // TODO(bfredl): CHONKY } ExtmarkInfo; |