From 0c440b9dc0c7d9ace20b925cdbc1d71105e39879 Mon Sep 17 00:00:00 2001 From: vimboss Date: Sat, 14 Jan 2006 21:15:59 +0000 Subject: [PATCH] updated for version 7.0181 --- src/spell.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/spell.c b/src/spell.c index 9d8f2bf40e..882cc50eef 100644 --- a/src/spell.c +++ b/src/spell.c @@ -8779,7 +8779,7 @@ spell_add_word(word, len, bad, index) /* If the .add file is edited somewhere, reload it. */ if (buf != NULL) - buf_reload(buf); + buf_reload(buf, buf->b_orig_mode); redraw_all_later(NOT_VALID); }