From 4042975df42152a64f4d390ed677013d1c8609c5 Mon Sep 17 00:00:00 2001 From: Björn Linse Date: Sat, 12 Sep 2020 10:29:30 +0200 Subject: luahl: global the luahl --- src/nvim/buffer_defs.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/nvim/buffer_defs.h') diff --git a/src/nvim/buffer_defs.h b/src/nvim/buffer_defs.h index b3c95f9362..bd9cd2f5ec 100644 --- a/src/nvim/buffer_defs.h +++ b/src/nvim/buffer_defs.h @@ -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 }; -- cgit