fix(registers): add small delete remove black hole (#2553)
Co-authored-by: Tryggvi Kalman <tryggvikalman@protonmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user