mirror of
https://github.com/neovim/neovim.git
synced 2025-10-02 16:08:36 +00:00
decoration: split out "decoration" from "extmark" module
Decorations will only grow more complex. move the to a separate file, so that extmark.c remains about extmarks.
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user