Commit bfd2f561 authored by Chris Allegretta's avatar Chris Allegretta
Browse files

Okay, I guess an edit_update is needed

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1328 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
parent 35908f82
Showing with 1 addition and 1 deletion
+1 -1
......@@ -1629,7 +1629,7 @@ int do_int_spell_fix(const char *word)
if (!is_whole_word(current_x, current->data, word))
continue;
edit_refresh();
edit_update(current, current_x);
do_replace_highlight(TRUE, word);
/* allow replace word to be corrected */
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment