fix: remove usages from vim.lsp.util.parse_snippet (#1734)
This commit is contained in:
committed by
GitHub
parent
d3a3056204
commit
51260c02a8
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user