kbtree: eliminate unneccesary heap allocation

This commit is contained in:
Björn Linse
2016-08-28 13:01:33 +02:00
parent 53cf88c27b
commit 14e19b8aaf
3 changed files with 49 additions and 62 deletions

View File

@@ -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
};
/*