mirror of
https://github.com/neovim/neovim.git
synced 2025-10-01 07:28:34 +00:00
luahl: global the luahl
This commit is contained in:
@@ -842,12 +842,6 @@ struct file_buffer {
|
||||
// The number for times the current line has been flushed in the memline.
|
||||
int flush_count;
|
||||
|
||||
bool b_luahl;
|
||||
LuaRef b_luahl_start;
|
||||
LuaRef b_luahl_window;
|
||||
LuaRef b_luahl_line;
|
||||
LuaRef b_luahl_end;
|
||||
|
||||
int b_diff_failed; // internal diff failed for this buffer
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user