aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/buffer_defs.h
diff options
context:
space:
mode:
authorBjörn Linse <bjorn.linse@gmail.com>2020-09-12 10:29:30 +0200
committerBjörn Linse <bjorn.linse@gmail.com>2020-09-13 07:46:39 +0200
commit4042975df42152a64f4d390ed677013d1c8609c5 (patch)
treed512c959d96451357f152c5c8f3beb12f0c029d6 /src/nvim/buffer_defs.h
parent05c68922d35af8db38df594a46c87270b5cac0c8 (diff)
downloadrneovim-4042975df42152a64f4d390ed677013d1c8609c5.tar.gz
rneovim-4042975df42152a64f4d390ed677013d1c8609c5.tar.bz2
rneovim-4042975df42152a64f4d390ed677013d1c8609c5.zip
luahl: global the luahl
Diffstat (limited to 'src/nvim/buffer_defs.h')
-rw-r--r--src/nvim/buffer_defs.h6
1 files changed, 0 insertions, 6 deletions
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
};