In article <169bb2e3.0308031444.59d8d5c7@posting.google.com >,
Scott <swcmeng@yahoo.com> wrote:
>Hello,
>
>I am in the process of refining my vi skills, and I have noticed that
>the three below movement commands appear to do the exact same thing.
>I would have expected the ‘)' to move me to the beginning of the next
>sentence (as documented), but it appears that it only looks for a hex
>0D (CR) to determine its next placement. I would have expected it to
>look for a period followed by a hex 20 (space). What am I missing
>here?
In vi, a sentence is presumed to end with either a period at the end
of a line, or a period followed by two (or more) spaces.

Rob