aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/buffer_defs.h
diff options
context:
space:
mode:
authorBjörn Linse <bjorn.linse@gmail.com>2021-10-23 16:54:49 +0200
committerGitHub <noreply@github.com>2021-10-23 16:54:49 +0200
commitfa4b24072e13dc7303e896701f0bb6d0227caf0c (patch)
treecc0a7302e1efd5706cb25c2c29af80fe3a7ab46e /src/nvim/buffer_defs.h
parentcb15055c294e6ebb9b2a65041cbff0a79cd3e69e (diff)
parent8d7816cf27c4ab08d9eff9e7ce3c541105c30ece (diff)
downloadrneovim-fa4b24072e13dc7303e896701f0bb6d0227caf0c.tar.gz
rneovim-fa4b24072e13dc7303e896701f0bb6d0227caf0c.tar.bz2
rneovim-fa4b24072e13dc7303e896701f0bb6d0227caf0c.zip
Merge pull request #16029 from bfredl/multiline
feat(decorations): support more than one virt_lines block
Diffstat (limited to 'src/nvim/buffer_defs.h')
-rw-r--r--src/nvim/buffer_defs.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/nvim/buffer_defs.h b/src/nvim/buffer_defs.h
index 19b0a3c5c6..c0a0376088 100644
--- a/src/nvim/buffer_defs.h
+++ b/src/nvim/buffer_defs.h
@@ -866,12 +866,7 @@ struct file_buffer {
MarkTree b_marktree[1];
Map(uint64_t, ExtmarkItem) b_extmark_index[1];
Map(uint64_t, ExtmarkNs) b_extmark_ns[1]; // extmark namespaces
-
- VirtLines b_virt_lines;
- uint64_t b_virt_line_mark;
- int b_virt_line_pos;
- bool b_virt_line_above;
- bool b_virt_line_leftcol;
+ size_t b_virt_line_blocks; // number of virt_line blocks
// array of channel_id:s which have asked to receive updates for this
// buffer.