fix(registers): add small delete remove black hole (#2553)

Co-authored-by: Tryggvi Kalman <tryggvikalman@protonmail.com>
(cherry picked from commit be49680937)
This commit is contained in:
Kalmander
2023-06-07 12:59:50 +00:00
committed by Simon Hauser
parent 6a169a6fe4
commit 866cd41242
+1 -1
View File
@@ -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