aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/buffer_defs.h
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2019-11-12 00:05:26 -0800
committerGitHub <noreply@github.com>2019-11-12 00:05:26 -0800
commitdb436d5277a605606ac92cfabe9e58d86f48f64e (patch)
tree944f02de6bfa974248700f4da1c881638fbde243 /src/nvim/buffer_defs.h
parent0190de9aab53c0b82e648c51c5162d6377c6f341 (diff)
parenta24eff0e2762657b4a82b2a7e78b4246f6462f95 (diff)
downloadrneovim-db436d5277a605606ac92cfabe9e58d86f48f64e.tar.gz
rneovim-db436d5277a605606ac92cfabe9e58d86f48f64e.tar.bz2
rneovim-db436d5277a605606ac92cfabe9e58d86f48f64e.zip
Merge #11376 'extmark: renames, docs'
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 29eb32d40a..3b8e5b5632 100644
--- a/src/nvim/buffer_defs.h
+++ b/src/nvim/buffer_defs.h
@@ -810,7 +810,7 @@ struct file_buffer {
PMap(uint64_t) *b_extmark_ns; // extmark namespaces
kbtree_t(extmarklines) b_extlines; // extmarks
- kvec_t(ExtMarkLine *) b_extmark_move_space; // temp space for 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
// buffer.