commit | bfd2f5613d3a49a79fd358ce9fa82135a6ad5c52 | [log] [tgz] |
---|---|---|
author | Chris Allegretta <chrisa@asty.org> | Tue Dec 10 03:03:20 2002 +0000 |
committer | Chris Allegretta <chrisa@asty.org> | Tue Dec 10 03:03:20 2002 +0000 |
tree | 1fe656c68164d4ec60bf4898b47b4d8e26747b29 | |
parent | 35908f829c8082b42ab598aa11d58b9a3a7a5c4b [diff] [blame] |
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
diff --git a/nano.c b/nano.c index 330f137..890d5cd 100644 --- a/nano.c +++ b/nano.c
@@ -1629,7 +1629,7 @@ 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 */