mirror of
https://github.com/neovim/neovim.git
synced 2025-10-17 15:21:47 +00:00
docs: small fixes (#26154)
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
#endif
|
||||
|
||||
// TODO(bfredl): These should maybe be per-buffer, so that all resources
|
||||
// asssociated with a buffer can be freed when the buffer is unloaded.
|
||||
// associated with a buffer can be freed when the buffer is unloaded.
|
||||
kvec_t(DecorSignHighlight) decor_items = KV_INITIAL_VALUE;
|
||||
uint32_t decor_freelist = UINT32_MAX;
|
||||
|
||||
|
Reference in New Issue
Block a user