feat: lua autocmd (#1707)
This commit is contained in:
@@ -240,7 +240,7 @@ mappings.execute_keymap = function(prompt_bufnr, keymap_identifier)
|
||||
assert(key_func, string.format("Unsure of how we got this failure: %s %s", prompt_bufnr, keymap_identifier))
|
||||
|
||||
key_func(prompt_bufnr)
|
||||
vim.cmd [[ doautocmd User TelescopeKeymap ]]
|
||||
vim.api.nvim_exec_autocmds("User TelescopeKeymap", {})
|
||||
end
|
||||
|
||||
mappings.clear = function(prompt_bufnr)
|
||||
|
||||
Reference in New Issue
Block a user