un-object orient some functions

This commit is contained in:
2024-02-05 22:30:55 -05:00
parent b62340de6f
commit 8e3bec906d
5 changed files with 5 additions and 5 deletions

View File

@ -3,7 +3,7 @@ if not status_ok then
return
end
local has_words_before = function()
local function has_words_before()
unpack = unpack or table.unpack
local line, col = unpack(a.nvim_win_get_cursor(0))
return col ~= 0 and a.nvim_buf_get_lines(0, line - 1, line, true)