fix: remove usages from vim.lsp.util.parse_snippet (#1734)

This commit is contained in:
Maria José Solano
2023-10-24 18:54:30 -07:00
committed by GitHub
parent d3a3056204
commit 51260c02a8
3 changed files with 4 additions and 11 deletions

View File

@@ -99,8 +99,8 @@ end
---get_word
---@param text string
---@param stop_char integer
---@param min_length integer
---@param stop_char? integer
---@param min_length? integer
---@return string
str.get_word = function(text, stop_char, min_length)
min_length = min_length or 0