mirror of
https://github.com/neovim/neovim.git
synced 2025-09-17 08:48:16 +00:00
chore: use codespell to spell check #15016
This commit is contained in:
@@ -954,7 +954,7 @@ static void set_yreg_additional_data(yankreg_T *reg, dict_T *additional_data)
|
||||
|
||||
/*
|
||||
* Stuff string "p" into yank register "regname" as a single line (append if
|
||||
* uppercase). "p" must have been alloced.
|
||||
* uppercase). "p" must have been allocated.
|
||||
*
|
||||
* return FAIL for failure, OK otherwise
|
||||
*/
|
||||
@@ -1066,7 +1066,7 @@ do_execreg(
|
||||
if (reg->y_array == NULL)
|
||||
return FAIL;
|
||||
|
||||
// Disallow remaping for ":@r".
|
||||
// Disallow remapping for ":@r".
|
||||
int remap = colon ? REMAP_NONE : REMAP_YES;
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user