comparison src/spell.c @ 627:84217af41926

updated for version 7.0181
author vimboss
date Sat, 14 Jan 2006 21:15:59 +0000
parents 732c7ae5743e
children 7437be625546
comparison
equal deleted inserted replaced
626:732c7ae5743e 627:84217af41926
8777 /* Update the .add.spl file. */ 8777 /* Update the .add.spl file. */
8778 mkspell(1, &fname, FALSE, TRUE, TRUE); 8778 mkspell(1, &fname, FALSE, TRUE, TRUE);
8779 8779
8780 /* If the .add file is edited somewhere, reload it. */ 8780 /* If the .add file is edited somewhere, reload it. */
8781 if (buf != NULL) 8781 if (buf != NULL)
8782 buf_reload(buf); 8782 buf_reload(buf, buf->b_orig_mode);
8783 8783
8784 redraw_all_later(NOT_VALID); 8784 redraw_all_later(NOT_VALID);
8785 } 8785 }
8786 } 8786 }
8787 8787