mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
Merge pull request #14822 from eltociear/patch-2
option: fix typo in option.c
This commit is contained in:
commit
ec7b21918d
@ -5370,7 +5370,7 @@ static int put_setstring(FILE *fd, char *cmd, char *name,
|
|||||||
}
|
}
|
||||||
p = buf;
|
p = buf;
|
||||||
while (*p != NUL) {
|
while (*p != NUL) {
|
||||||
// for each comma seperated option part, append value to
|
// for each comma separated option part, append value to
|
||||||
// the option, :set rtp+=value
|
// the option, :set rtp+=value
|
||||||
if (fprintf(fd, "%s %s+=", cmd, name) < 0) {
|
if (fprintf(fd, "%s %s+=", cmd, name) < 0) {
|
||||||
goto fail;
|
goto fail;
|
||||||
|
Loading…
Reference in New Issue
Block a user