mirror of
https://github.com/neovim/neovim.git
synced 2025-11-21 17:46:30 +00:00
committed by
Justin M. Keyes
parent
86c4a87fe9
commit
001e69cd46
@@ -124,7 +124,7 @@
|
||||
|
||||
|
||||
// temporary buffer for rendering a single screenline, so it can be
|
||||
// comparared with previous contents to calulate smallest delta.
|
||||
// comparared with previous contents to calculate smallest delta.
|
||||
static size_t linebuf_size = 0;
|
||||
static schar_T *linebuf_char = NULL;
|
||||
static sattr_T *linebuf_attr = NULL;
|
||||
|
||||
Reference in New Issue
Block a user