From be49680937e821e4d8522329727e50734fdb9b97 Mon Sep 17 00:00:00 2001 From: Kalmander <120309707+Kalmander@users.noreply.github.com> Date: Wed, 7 Jun 2023 12:59:50 +0000 Subject: [PATCH] fix(registers): add small delete remove black hole (#2553) Co-authored-by: Tryggvi Kalman --- lua/telescope/builtin/__internal.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/telescope/builtin/__internal.lua b/lua/telescope/builtin/__internal.lua index c391409..f884948 100644 --- a/lua/telescope/builtin/__internal.lua +++ b/lua/telescope/builtin/__internal.lua @@ -1099,7 +1099,7 @@ internal.marks = function(opts) end internal.registers = function(opts) - local registers_table = { '"', "_", "#", "=", "_", "/", "*", "+", ":", ".", "%" } + local registers_table = { '"', "-", "#", "=", "/", "*", "+", ":", ".", "%" } -- named for i = 0, 9 do