Skip to content

Commit 26aa86c

Browse files
author
cht
committed
buf error
1 parent cb6a284 commit 26aa86c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lua/csvtools.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ function M.deleteMark()
158158
end
159159
end
160160
function M.add_mappings()
161-
M.mainwindowbuf = vim.api.nvim_get_current_buf()
161+
Status.mainwindowbuf = vim.api.nvim_get_current_buf()
162162
--print(M.mainwindowbuf)
163163
local opts = { nowait = true, noremap = true, silent = true }
164164
--vim.api.nvim_buf_set_keymap(M.mainwindowbuf, "n", "<leader>td", ":lua require'csvtools'.CloseWindow<cr>", opts)

0 commit comments

Comments
 (0)