mirror of
https://github.com/neovim/neovim.git
synced 2025-09-27 05:28:33 +00:00
kbtree: eliminate unneccesary heap allocation
This commit is contained in:
@@ -760,7 +760,7 @@ struct file_buffer {
|
||||
|
||||
int b_mapped_ctrl_c; // modes where CTRL-C is mapped
|
||||
|
||||
bufhl_info_T *b_bufhl_info; // buffer stored highlights
|
||||
bufhl_info_T b_bufhl_info; // buffer stored highlights
|
||||
};
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user