Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Decodetalkers committed Mar 23, 2022
1 parent ca81f55 commit 055ffc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/csvtools.lua
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ function M.Highlight()
end
-- delete the mark before
function M.deleteMark()
if M.showoverflow then
if M.showoverflow and Status.overflowtext[1] ~=nil then
vim.api.nvim_buf_del_extmark(
Status.overflowtext[1].bnr,
Status.overflowtext[1].ns_id,
Expand Down

0 comments on commit 055ffc7

Please sign in to comment.