From 866cd41242aee827f11e4c02798a1f944d134be4 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 (cherry picked from commit be49680937e821e4d8522329727e50734fdb9b97) --- 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 70d466b080..f64d8a6b18 100644 --- a/lua/telescope/builtin/__internal.lua +++ b/lua/telescope/builtin/__internal.lua @@ -1078,7 +1078,7 @@ internal.marks = function(opts) end internal.registers = function(opts) - local registers_table = { '"', "_", "#", "=", "_", "/", "*", "+", ":", ".", "%" } + local registers_table = { '"', "-", "#", "=", "/", "*", "+", ":", ".", "%" } -- named for i = 0, 9 do