summaryrefslogtreecommitdiff
path: root/src/spell.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/spell.c')
-rw-r--r--src/spell.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/spell.c b/src/spell.c
index 31bfa952f..80a7d18fe 100644
--- a/src/spell.c
+++ b/src/spell.c
@@ -9426,7 +9426,7 @@ spell_add_word(word, len, bad, idx, undo)
{
if (int_wordlist == NULL)
{
- int_wordlist = vim_tempname('s');
+ int_wordlist = vim_tempname('s', FALSE);
if (int_wordlist == NULL)
return;
}