diff options
Diffstat (limited to 'src/nvim/api/keysets.h')
-rw-r--r-- | src/nvim/api/keysets.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/api/keysets.h b/src/nvim/api/keysets.h index 18f6d5368b..d435262ff3 100644 --- a/src/nvim/api/keysets.h +++ b/src/nvim/api/keysets.h @@ -48,6 +48,7 @@ typedef struct { String conceal; Boolean spell; Boolean ui_watched; + Boolean undo_restore; } Dict(set_extmark); typedef struct { |