mirror of
https://github.com/neovim/neovim.git
synced 2025-09-16 00:08:19 +00:00
vim-patch:8.1.2243: typos in comments (#16104)
Problem: Typos in comments.
Solution: Fix the typos. (Dominique Pelle, closes vim/vim#5160) Also adjust
formatting a bit.
32aa10203b
This commit is contained in:
@@ -5359,7 +5359,7 @@ static int put_setstring(FILE *fd, char *cmd, char *name, char_u **valuep, uint6
|
||||
home_replace(NULL, *valuep, buf, size, false);
|
||||
|
||||
// If the option value is longer than MAXPATHL, we need to append
|
||||
// search comma separated part of the option separately, so that it
|
||||
// each comma separated part of the option separately, so that it
|
||||
// can be expanded when read back.
|
||||
if (size >= MAXPATHL && (flags & P_COMMA) != 0
|
||||
&& vim_strchr(*valuep, ',') != NULL) {
|
||||
|
Reference in New Issue
Block a user