aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/spellfile.c
diff options
context:
space:
mode:
authorJosh Rahm <rahm@google.com>2022-08-22 15:52:40 -0600
committerJosh Rahm <rahm@google.com>2022-08-22 15:52:40 -0600
commit8fc6e69877f6c15942b4e8fc6ca471e4221d9bae (patch)
tree46111208bfc5e17b35a54e64906887ce40fa8774 /src/nvim/spellfile.c
parente083d3adf49ef827bd28693a29ff25b4bd2588ad (diff)
parentbaaaa1f2b3b6ae3a989d1362a27e55dc7b0b148a (diff)
downloadrneovim-8fc6e69877f6c15942b4e8fc6ca471e4221d9bae.tar.gz
rneovim-8fc6e69877f6c15942b4e8fc6ca471e4221d9bae.tar.bz2
rneovim-8fc6e69877f6c15942b4e8fc6ca471e4221d9bae.zip
Merge remote-tracking branch 'upstream/master' into usermarks
Diffstat (limited to 'src/nvim/spellfile.c')
-rw-r--r--src/nvim/spellfile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/spellfile.c b/src/nvim/spellfile.c
index be1373f617..be19e1d655 100644
--- a/src/nvim/spellfile.c
+++ b/src/nvim/spellfile.c
@@ -5735,7 +5735,7 @@ static void init_spellfile(void)
&& strstr(path_tail((char *)fname), ".ascii.") != NULL)
? "ascii"
: (const char *)spell_enc()));
- set_option_value("spellfile", 0L, (const char *)buf, OPT_LOCAL);
+ set_option_value_give_err("spellfile", 0L, (const char *)buf, OPT_LOCAL);
break;
}
aspath = false;