1
0
forked from aniani/vim

updated for version 7.0181

This commit is contained in:
Bram Moolenaar
2006-01-14 21:15:59 +00:00
parent a40ceaf88a
commit ea8bd73212

View File

@@ -8779,7 +8779,7 @@ spell_add_word(word, len, bad, index)
/* If the .add file is edited somewhere, reload it. */ /* If the .add file is edited somewhere, reload it. */
if (buf != NULL) if (buf != NULL)
buf_reload(buf); buf_reload(buf, buf->b_orig_mode);
redraw_all_later(NOT_VALID); redraw_all_later(NOT_VALID);
} }