diff options
Diffstat (limited to 'src/nvim/decoration.h')
| -rw-r--r-- | src/nvim/decoration.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/decoration.h b/src/nvim/decoration.h index c9ec8ede7f..f43002521c 100644 --- a/src/nvim/decoration.h +++ b/src/nvim/decoration.h @@ -88,7 +88,7 @@ typedef struct { typedef struct { MarkTreeIter itr[1]; kvec_t(DecorRange) active; - buf_T *buf; + win_T *win; int top_row; int row; int col_until; |