diff options
author | dundargoc <33953936+dundargoc@users.noreply.github.com> | 2023-11-27 10:43:13 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-27 17:43:13 +0800 |
commit | 2c16c6a6c42f46e290df5441c37572f296aeb09f (patch) | |
tree | 4dc8b602dd210372621ba278297be2fd997709ec /src/nvim/decoration.c | |
parent | 574d25642fc9ca65b396633aeab6e2d32778b642 (diff) | |
download | rneovim-2c16c6a6c42f46e290df5441c37572f296aeb09f.tar.gz rneovim-2c16c6a6c42f46e290df5441c37572f296aeb09f.tar.bz2 rneovim-2c16c6a6c42f46e290df5441c37572f296aeb09f.zip |
docs: small fixes (#26154)
Diffstat (limited to 'src/nvim/decoration.c')
-rw-r--r-- | src/nvim/decoration.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/decoration.c b/src/nvim/decoration.c index f860b65c93..e0fde50d8d 100644 --- a/src/nvim/decoration.c +++ b/src/nvim/decoration.c @@ -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; |