aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/buffer_defs.h
diff options
context:
space:
mode:
authorBjörn Linse <bjorn.linse@gmail.com>2019-11-09 12:41:50 +0100
committerBjörn Linse <bjorn.linse@gmail.com>2019-11-11 20:18:15 +0100
commit18a8b702c0ce7a8bacd84f6c95e440ae23a3299e (patch)
treecd3bbe1bfe009ce75633793b028da2ce0ed35ef2 /src/nvim/buffer_defs.h
parenta9065a50518ef59351f9d0d32041a991a751653f (diff)
downloadrneovim-18a8b702c0ce7a8bacd84f6c95e440ae23a3299e.tar.gz
rneovim-18a8b702c0ce7a8bacd84f6c95e440ae23a3299e.tar.bz2
rneovim-18a8b702c0ce7a8bacd84f6c95e440ae23a3299e.zip
extmark: review changes
Diffstat (limited to 'src/nvim/buffer_defs.h')
-rw-r--r--src/nvim/buffer_defs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/buffer_defs.h b/src/nvim/buffer_defs.h
index 2d65d0e160..29eb32d40a 100644
--- a/src/nvim/buffer_defs.h
+++ b/src/nvim/buffer_defs.h
@@ -809,7 +809,7 @@ struct file_buffer {
kvec_t(BufhlLine *) b_bufhl_move_space; // temporary space for highlights
PMap(uint64_t) *b_extmark_ns; // extmark namespaces
- kbtree_t(extlines) b_extlines; // extmarks
+ kbtree_t(extmarklines) b_extlines; // extmarks
kvec_t(ExtMarkLine *) b_extmark_move_space; // temp space for extmarks
// array of channel_id:s which have asked to receive updates for this