From 972ff2732536d4c3c8cc22bcf05c0d59cac19994 Mon Sep 17 00:00:00 2001 From: hrsh7th Date: Sat, 4 Sep 2021 02:38:36 +0900 Subject: [PATCH] Don't save macro --- lua/cmp/utils/keymap.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/cmp/utils/keymap.lua b/lua/cmp/utils/keymap.lua index 3068663..9993068 100644 --- a/lua/cmp/utils/keymap.lua +++ b/lua/cmp/utils/keymap.lua @@ -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('(cmp-utils-keymap:_)'), 't') + vim.fn.feedkeys(keymap.t('(cmp-utils-keymap:_)'), '') end) return keymap.t('') end)