aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/extmark.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/extmark.h')
-rw-r--r--src/nvim/extmark.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/extmark.h b/src/nvim/extmark.h
index 829cbe0236..b5eb0db3b6 100644
--- a/src/nvim/extmark.h
+++ b/src/nvim/extmark.h
@@ -83,7 +83,7 @@ typedef struct {
int col_until;
int current;
VirtText *virt_text;
-} DecorationState;
+} DecorationRedrawState;
#ifdef INCLUDE_GENERATED_DECLARATIONS