This commit is contained in:
hrsh7th
2021-09-12 20:14:49 +09:00
parent a58712bf16
commit 1cec1ecb31
2 changed files with 33 additions and 60 deletions

View File

@@ -348,7 +348,6 @@ core.confirm = function(e, option, callback)
local keys = {}
if e.context.cursor.character < completion_item.textEdit.range['end'].character then
print(completion_item.textEdit.range['end'].character - e.context.cursor.character)
table.insert(keys, keymap.t(string.rep('<Del>', completion_item.textEdit.range['end'].character - e.context.cursor.character)))
end
if completion_item.textEdit.range.start.character < e.context.cursor.character then