Don't save macro

This commit is contained in:
hrsh7th
2021-09-04 02:38:36 +09:00
parent b832719c68
commit 972ff27325

View File

@@ -147,7 +147,7 @@ misc.set(_G, { 'cmp', 'utils', 'keymap', 'listen', 'expr' }, function(mode, keys
script = existing.script ~= 0,
silent = true,
})
vim.fn.feedkeys(keymap.t('<Plug>(cmp-utils-keymap:_)'), 't')
vim.fn.feedkeys(keymap.t('<Plug>(cmp-utils-keymap:_)'), '')
end)
return keymap.t('<Ignore>')
end)