diff options
| author | bfredl <bjorn.linse@gmail.com> | 2022-03-06 14:09:01 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-03-06 14:09:01 +0100 |
| commit | 72a04bda90ddb1a333727926f74d0721a7fb45e7 (patch) | |
| tree | e6b77c87115314f4f92899e207b5fda6d8c549bf /src/nvim/buffer_defs.h | |
| parent | 8ed9c84481a7d0df0708d11ffa538f832591240f (diff) | |
| parent | 30e4cc3b3f2133e9a7170da9da8175832681f39a (diff) | |
| download | rneovim-72a04bda90ddb1a333727926f74d0721a7fb45e7.tar.gz rneovim-72a04bda90ddb1a333727926f74d0721a7fb45e7.tar.bz2 rneovim-72a04bda90ddb1a333727926f74d0721a7fb45e7.zip | |
Merge pull request #16897 from lewis6991/signs
feat(decorations): support signs
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 1e0c837056..c7afa5f9d0 100644 --- a/src/nvim/buffer_defs.h +++ b/src/nvim/buffer_defs.h @@ -875,6 +875,7 @@ struct file_buffer { MarkTree b_marktree[1]; Map(uint32_t, uint32_t) b_extmark_ns[1]; // extmark namespaces size_t b_virt_line_blocks; // number of virt_line blocks + size_t b_signs; // number of sign extmarks // array of channel_id:s which have asked to receive updates for this // buffer. |
