forked from aniani/vim
patch 8.1.2243: typos in comments
Problem: Typos in comments. Solution: Fix the typos. (Dominique Pelle, closes #5160) Also adjust formatting a bit.
This commit is contained in:
@@ -4877,7 +4877,7 @@ put_setstring(
|
||||
home_replace(NULL, *valuep, buf, size, FALSE);
|
||||
|
||||
// If the option value is longer than MAXPATHL, we need to append
|
||||
// earch 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