1
1
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2589 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
Этот коммит содержится в:
David Lawrence Ramsey 2005-06-03 21:00:55 +00:00
родитель c10d8ffe9f
Коммит 81e49a0d4a

Просмотреть файл

@ -457,9 +457,11 @@ void do_search(void)
search_abort();
else if (i == -2) /* Replace. */
do_replace();
#if !defined(NANO_SMALL) || defined(HAVE_REGEX_H)
else if (i == 1) /* Case Sensitive, Backwards, or Regexp search
* toggle. */
do_search();
#endif
if (i != 0)
return;