diff options
Diffstat (limited to 'src/nvim/grid.h')
-rw-r--r-- | src/nvim/grid.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/grid.h b/src/nvim/grid.h index deb3d3785d..0db97345d1 100644 --- a/src/nvim/grid.h +++ b/src/nvim/grid.h @@ -27,6 +27,7 @@ EXTERN bool resizing_screen INIT(= 0); EXTERN schar_T *linebuf_char INIT(= NULL); EXTERN sattr_T *linebuf_attr INIT(= NULL); +EXTERN colnr_T *linebuf_vcol INIT(= NULL); // Low-level functions to manipulate individual character cells on the // screen grid. |