git-svn-id: svn://svn.savannah.gnu.org/nano/branches/nano_1_0_branch/nano@917
35c25a1d-7b9e-4130-9fde-
d3aeb78583b8
- po/de.po:
- Updated German translation (Karl Eichwalder).
- nano.c:
+ do_spell()
+ - Dont prompt for replace if we don't change the word in
+ question (Rocco Corsi).
main()
- Added better Hurd support for function keys (Alt-V,U,9,@,F).
signal_init()
search_last_line = FALSE;
- j = i;
- do_replace_loop(prevanswer, fileage, &beginx_top, TRUE, &j);
+ if (strcmp(prevanswer,answer) != 0) {
+ j = i;
+ do_replace_loop(prevanswer, fileage, &beginx_top, TRUE, &j);
+ }
}
/* restore the search/replace strings */