mirror of
https://github.com/neovim/neovim.git
synced 2025-09-11 22:08:18 +00:00
misc: fixpos in del_char() is bool
This commit is contained in:
@@ -1958,7 +1958,7 @@ int swapchar(int op_type, pos_T *pos)
|
||||
|
||||
/* Special handling of German sharp s: change to "SS". */
|
||||
curwin->w_cursor = *pos;
|
||||
del_char(FALSE);
|
||||
del_char(false);
|
||||
ins_char('S');
|
||||
ins_char('S');
|
||||
curwin->w_cursor = sp;
|
||||
|
Reference in New Issue
Block a user