richedit: Fixed the forward word movement bug.
commitba747f4514a7d5bcc70bf6ea592c53cabe09770d
authorDylan Smith <dylan.ah.smith@gmail.com>
Wed, 25 Jun 2008 15:33:19 +0000 (25 11:33 -0400)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 26 Jun 2008 19:16:29 +0000 (26 21:16 +0200)
tree96352fa596c310b98c373e7efb889621e43e71e4
parent67024f0f3448e970aaa75fa4de546cfd8aa0fc44
richedit: Fixed the forward word movement bug.

Using Ctrl-RightArrow to move to the start of the next word did not
previously work when at the start of a word.  This means that
Ctrl-RightArrow would not work twice in a row since it should move to
the start of the next word.
dlls/riched20/string.c
dlls/riched20/tests/editor.c