mirror of
https://github.com/neovim/neovim.git
synced 2025-09-05 19:08:15 +00:00
fix(ops.c): remove duplicate u_save_cursor()
This commit is contained in:
@@ -1286,7 +1286,6 @@ int insert_reg(int regname, bool literally_arg)
|
||||
Direction dir = BACKWARD;
|
||||
if ((State & REPLACE_FLAG) != 0) {
|
||||
pos_T curpos;
|
||||
u_save_cursor();
|
||||
if (u_save_cursor() == FAIL) {
|
||||
return FAIL;
|
||||
}
|
||||
|
Reference in New Issue
Block a user