position (David Lawrence Ramsey).
do_wrap()
- Many fixes (David Lawrence Ramsey).
+ do_spell()
+ - Dont prompt for replace if we don't change the word in
+ question (Rocco Corsi).
- po/de.po:
- German translation updates (Karl Eichwalder).
- po/ru.po:
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 */