]> git.wh0rd.org Git - nano.git/commit
when doing marked spell-check, properly handle the case where the mark
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Fri, 5 Nov 2004 23:03:03 +0000 (23:03 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Fri, 5 Nov 2004 23:03:03 +0000 (23:03 +0000)
commit90e59c1a18e67737ad8afde3e7468cf0f7bfa9f7
tree44b7e45040168983fef8b99c99ede41e16955ede
parent93eb293fbb13f7a26020ea2391c8734dd57522be
when doing marked spell-check, properly handle the case where the mark
ends in the middle of a word and that word is spell-checked; also move
the logic to detect an upside-down mark to mark_order() instead of using
the same logic in three different places, and rename a few variables for
consistency

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2070 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
ChangeLog
src/cut.c
src/files.c
src/nano.c
src/proto.h
src/search.c
src/utils.c
src/winio.c