]> git.wh0rd.org Git - nano.git/commit
in do_int_spell_fix(), move the REVERSE_SEARCH flag toggling into the
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Sat, 9 Oct 2004 16:59:43 +0000 (16:59 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Sat, 9 Oct 2004 16:59:43 +0000 (16:59 +0000)
commitd93ee682c05c8dafc2391d2ac87d6e6b59f6e399
treece19416dab192962e1520e6ae35fc96fd904acab
parent3497666a216d87a890b2d57282d672682c036ae3
in do_int_spell_fix(), move the REVERSE_SEARCH flag toggling into the
NANO_SMALL #ifdef, since the tiny version of nano doesn't support
reverse searching; also, turn the USE_REGEXP flag off during spell
checking in order to avoid a potential segfault

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1979 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
ChangeLog
src/nano.c