diff options
Diffstat (limited to 'src/nvim/screen.c')
-rw-r--r-- | src/nvim/screen.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/screen.c b/src/nvim/screen.c index 7d020432d9..5ac5306dd9 100644 --- a/src/nvim/screen.c +++ b/src/nvim/screen.c @@ -645,7 +645,7 @@ void decorations_add_luahl_attr(int attr_id, { kv_push(decorations.active, ((HlRange){ start_row, start_col, - end_row, end_col, attr_id, virt_text })); + end_row, end_col, attr_id, virt_text, true })); } /* |