Merge pull request #13241 from bfredl/decoration

decoration: split out "decoration" from "extmark" module
This commit is contained in:
Björn Linse
2020-11-07 15:34:32 +01:00
committed by GitHub
15 changed files with 471 additions and 428 deletions

View File

@@ -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