aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/buffer_defs.h
diff options
context:
space:
mode:
authorBjörn Linse <bjorn.linse@gmail.com>2020-11-07 15:34:32 +0100
committerGitHub <noreply@github.com>2020-11-07 15:34:32 +0100
commit643f4a178751df34b27189f7aebea313b17bad3b (patch)
treeca85909dc4e89115dd5c8b5d79158185bc3ca8ff /src/nvim/buffer_defs.h
parente5d83a3bf344a4ab0ef539d70004c2b771e1044a (diff)
parent8497d4b3ea9822cfb4d2bf2437997e837fd4827c (diff)
downloadrneovim-643f4a178751df34b27189f7aebea313b17bad3b.tar.gz
rneovim-643f4a178751df34b27189f7aebea313b17bad3b.tar.bz2
rneovim-643f4a178751df34b27189f7aebea313b17bad3b.zip
Merge pull request #13241 from bfredl/decoration
decoration: split out "decoration" from "extmark" module
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 b72ca51517..0b89dff92f 100644
--- a/src/nvim/buffer_defs.h
+++ b/src/nvim/buffer_defs.h
@@ -568,7 +568,7 @@ struct file_buffer {
// negative when lines were deleted
wininfo_T *b_wininfo; // list of last used info for each window
int b_mod_tick_syn; // last display tick syntax was updated
- int b_mod_tick_deco; // last display tick decoration providers
+ int b_mod_tick_decor; // last display tick decoration providers
// where invoked
long b_mtime; // last change time of original file