Skip to content

Commit

Permalink
chore: remove deprecated function
Browse files Browse the repository at this point in the history
  • Loading branch information
Decodetalkers committed Jun 11, 2024
1 parent d537018 commit e11c322
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 @@ -111,7 +111,7 @@ function M.Highlight()
--print(line)
local length = vim.api.nvim_buf_line_count(Status.mainwindowbuf)
if M.clearafter then
vim.api.nvim_buf_clear_highlight(Status.mainwindowbuf, -1, 0, length)
vim.api.nvim_buf_clear_namespace(Status.mainwindowbuf, -1, 0, length)
end
local start, final = getrange(line, length)
local start2, final2 = getrangeoverflow(line, length)
Expand Down

0 comments on commit e11c322

Please sign in to comment.