Bill McCarthy wrote:

> Here's what the docs say:
> 
> ===============================================================================
>                                                 *^*
> ^               To the first non-blank character of the line.
>                 |exclusive| motion.
> 
>                                                 *0*
> 0               To the first character of the line.  |exclusive|
>                 motion.  When moving up or down, stay in same screen
>                 column (if possible).
> 
>                                                 *<Home>* *<kHome>*
> <Home>          To the first character of the line.  |exclusive|
>                 motion.  When moving up or down, stay in same text
>                 column (if possible).  Works like "1|", which differs
>                 from "0" when the line starts with a <Tab>.  {not in
>                 Vi}
> 
>                                                 *bar*
> |               To screen column [count] in the current line.
>                 |exclusive| motion.
> ===============================================================================
> 
> (1) The sentence starting with "When moving" (in the help
>     for both '0' and '<Home>' appears to also belong with
>     the help for '^'.

Nearly all commans stick to the same screen column.  The remark about
moving up or down should only appear for commands that do otherwise.
I'll remove it from "0" and add a remark at <Home> that keeping the text
column is unusual.

> (2) The sentence starting with "Works like" (in the help for
>     '<Home>') does not appear to be correct.  '<Home>'
>     appears to work like '0'.  The movement is just like
>     '1|' (which is equivalent to '|') except for the
>     behavior of moving up or down.
>
> (3) '0' and '<Home>' appear to be identical.  Does anyone
>     see a difference?

<Home> does work like "1|", not like "0", if you consider doing "j" or
"k" next.

-- 
Q: What's orange and sounds like a parrot?
A: A carrot

 /// Bram Moolenaar -- [EMAIL PROTECTED] -- http://www.Moolenaar.net   \\\
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\        download, build and distribute -- http://www.A-A-P.org        ///
 \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///

Reply via email to