mirror of
https://github.com/neovim/neovim.git
synced 2025-09-27 13:38:34 +00:00
bufhl: fix move
This commit is contained in:
@@ -761,6 +761,8 @@ struct file_buffer {
|
||||
int b_mapped_ctrl_c; // modes where CTRL-C is mapped
|
||||
|
||||
BufhlInfo b_bufhl_info; // buffer stored highlights
|
||||
|
||||
kvec_t(BufhlLine *) b_bufhl_move_space; // temporary space for highlights
|
||||
};
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user