Okay, I guess an edit_update is needed
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1328 35c25a1d-7b9e-4130-9fde-d3aeb78583b8master
parent
35908f829c
commit
bfd2f5613d
2
nano.c
2
nano.c
|
@ -1629,7 +1629,7 @@ int do_int_spell_fix(const char *word)
|
||||||
if (!is_whole_word(current_x, current->data, word))
|
if (!is_whole_word(current_x, current->data, word))
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
edit_refresh();
|
edit_update(current, current_x);
|
||||||
do_replace_highlight(TRUE, word);
|
do_replace_highlight(TRUE, word);
|
||||||
|
|
||||||
/* allow replace word to be corrected */
|
/* allow replace word to be corrected */
|
||||||
|
|
Loading…
Reference in New Issue