diff options
| author | Simon Hauser <Simon-Hauser@outlook.de> | 2022-03-13 19:22:16 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-03-13 19:22:16 +0100 |
| commit | 9f0dd2e40248be826f1e6c5b9dd8ff2bd7b2073d (patch) | |
| tree | c75f56f77005df7f2ec4520370182080cd2ebf9e /lua/telescope/mappings.lua | |
| parent | ef7b6ada6d91a1b2932492d78c730e4fc00cd2ea (diff) | |
fix: action mt again (#1487)
actions should be concatinable again
Diffstat (limited to 'lua/telescope/mappings.lua')
| -rw-r--r-- | lua/telescope/mappings.lua | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lua/telescope/mappings.lua b/lua/telescope/mappings.lua index 24e22f6..487891c 100644 --- a/lua/telescope/mappings.lua +++ b/lua/telescope/mappings.lua @@ -222,10 +222,6 @@ mappings.apply_keymap = function(prompt_bufnr, attach_mappings, buffer_keymap) end end end - - vim.cmd( - string.format([[autocmd BufDelete %s :lua require('telescope.mappings').clear(%s)]], prompt_bufnr, prompt_bufnr) - ) end mappings.execute_keymap = function(prompt_bufnr, keymap_identifier) |
