From 9f0dd2e40248be826f1e6c5b9dd8ff2bd7b2073d Mon Sep 17 00:00:00 2001 From: Simon Hauser Date: Sun, 13 Mar 2022 19:22:16 +0100 Subject: fix: action mt again (#1487) actions should be concatinable again --- lua/telescope/mappings.lua | 4 ---- 1 file changed, 4 deletions(-) (limited to 'lua/telescope/mappings.lua') 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) -- cgit v1.2.3