Don't save macro
This commit is contained in:
@@ -147,7 +147,7 @@ misc.set(_G, { 'cmp', 'utils', 'keymap', 'listen', 'expr' }, function(mode, keys
|
|||||||
script = existing.script ~= 0,
|
script = existing.script ~= 0,
|
||||||
silent = true,
|
silent = true,
|
||||||
})
|
})
|
||||||
vim.fn.feedkeys(keymap.t('<Plug>(cmp-utils-keymap:_)'), 't')
|
vim.fn.feedkeys(keymap.t('<Plug>(cmp-utils-keymap:_)'), '')
|
||||||
end)
|
end)
|
||||||
return keymap.t('<Ignore>')
|
return keymap.t('<Ignore>')
|
||||||
end)
|
end)
|
||||||
|
|||||||
Reference in New Issue
Block a user