diff options
Diffstat (limited to 'src/nvim/buffer_defs.h')
-rw-r--r-- | src/nvim/buffer_defs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/buffer_defs.h b/src/nvim/buffer_defs.h index 01f3044332..ce83c4561d 100644 --- a/src/nvim/buffer_defs.h +++ b/src/nvim/buffer_defs.h @@ -1184,6 +1184,7 @@ struct window_S { int w_tagstacklen; /* number of tags on stack */ ScreenGrid w_grid; // the grid specific to the window + bool w_pos_changed; // true if window position changed /* * w_fraction is the fractional row of the cursor within the window, from |