diff options
Diffstat (limited to 'src/nvim/option.c')
-rw-r--r-- | src/nvim/option.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/option.c b/src/nvim/option.c index 6a3079e0a6..4b50f27ef2 100644 --- a/src/nvim/option.c +++ b/src/nvim/option.c @@ -5825,7 +5825,7 @@ int ExpandSettingSubtract(expand_T *xp, regmatch_T *regmatch, int *numMatches, c if (*xp->xp_pattern != NUL) { // Don't suggest anything if cmdline is non-empty. Vim's set-= // behavior requires consecutive strings and it's usually - // unintuitive to users if ther try to subtract multiple flags at + // unintuitive to users if they try to subtract multiple flags at // once. return FAIL; } |