Skip to content

Commit

Permalink
chore: end
Browse files Browse the repository at this point in the history
  • Loading branch information
tris203 committed Jun 1, 2024
1 parent ad44762 commit 96c658a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lua/precognition/utils.lua
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@ function M.calc_ws_offset(hint, tab_width, current_line)
local expanded = string.gsub(prefix, "\t", string.rep(" ", tab_width))
local ws_offset = vim.fn.strcharlen(expanded)
return length, ws_offset

end

---Add extra padding for multi byte character characters
---@param cur_line string
---@param extra_padding Precognition.ExtraPadding[]
Expand Down

0 comments on commit 96c658a

Please sign in to comment.