diff options
author | Björn Linse <bjorn.linse@gmail.com> | 2020-09-13 08:29:49 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-13 08:29:49 +0200 |
commit | 542022aae4ed8d1c0352042858f06da1ee077bf8 (patch) | |
tree | efdbc77ce8d0607f3bdfbd644022985a5d525058 /src/nvim/buffer_defs.h | |
parent | 4d3ef578e91cb23586979ed50fa0dfddd45ded1d (diff) | |
parent | 2c15f695a812c8b6ad1484912acbecb978f8727b (diff) | |
download | rneovim-542022aae4ed8d1c0352042858f06da1ee077bf8.tar.gz rneovim-542022aae4ed8d1c0352042858f06da1ee077bf8.tar.bz2 rneovim-542022aae4ed8d1c0352042858f06da1ee077bf8.zip |
Merge pull request #12851 from bfredl/luahl
luahl: still WIP but better
Diffstat (limited to 'src/nvim/buffer_defs.h')
-rw-r--r-- | src/nvim/buffer_defs.h | 6 |
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 }; |