Skip to content

Commit

Permalink
fix(registers): add small delete remove black hole (#2553)
Browse files Browse the repository at this point in the history
Co-authored-by: Tryggvi Kalman <[email protected]>
(cherry picked from commit be49680)
  • Loading branch information
Kalmander authored and Conni2461 committed Jun 9, 2023
1 parent 6a169a6 commit 866cd41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/telescope/builtin/__internal.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 866cd41

Please sign in to comment.