]> git.wh0rd.org Git - nano.git/commit
Preventing the internal spell checker from finding the first occurrence of
authorBenno Schulenberg <bensberg@justemail.net>
Wed, 23 Mar 2016 09:52:34 +0000 (09:52 +0000)
committerBenno Schulenberg <bensberg@justemail.net>
Wed, 23 Mar 2016 09:52:34 +0000 (09:52 +0000)
commit8704dde8736bf702ff470b39ea8ad3413b3e4486
tree8561e3a04b1ebebaff25bd54f816bbfaf8e35ec4
parent2f817a6740fea52541d101fc3450883001c42a1c
Preventing the internal spell checker from finding the first occurrence of
a misspelled word twice.  And deleting the piece of dead code that was meant
to do this.  This fixes Savannah bug #47188.

When we've reached again the same line where we started and we find an
instance there, then this can only be /before or at/ the position from
where we started, otherwise we would have found it when we commenced
searching.  And so... that little piece of dead code does absolutely
nothing -- it will never fire.

It's so nice... nano is full of Easter Eggs!  :)

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