mirror of
https://github.com/neovim/neovim.git
synced 2025-09-27 13:38:34 +00:00
docs: fix typos
This commit is contained in:
@@ -3272,7 +3272,7 @@ void do_put(int regname, yankreg_T *reg, int dir, long count, int flags)
|
||||
|
||||
shortline = (vcol < col) || (vcol == col && !*ptr);
|
||||
|
||||
if (vcol < col) { // line too short, padd with spaces
|
||||
if (vcol < col) { // line too short, pad with spaces
|
||||
bd.startspaces = col - vcol;
|
||||
} else if (vcol > col) {
|
||||
bd.endspaces = vcol - col;
|
||||
|
Reference in New Issue
Block a user