mirror of
https://github.com/neovim/neovim.git
synced 2024-12-24 05:05:00 -07: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;
|
||||
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
|
||||
if (fprintf(fd, "%s %s+=", cmd, name) < 0) {
|
||||
goto fail;
|
||||
|
Loading…
Reference in New Issue
Block a user