Hi all :)

    This is not a bug report, it's just I'm curious about a behaviour
I've observed in vim, and I would like to know if this is the correct
behaviour or if some of my mappings may be causing the effect.

    Let's say I have these two lines in a file:

    this is one line
    this is another line, longer

    If I'm in insert mode and I put the cursor in the first line and
then I hit <End>, the cursor is placed after the "e" in "line". Then, if
I press <Down>, the cursor goes after the "r" in "longer" (I wanted to
put it on the "l" in "line", in the second line). If instead of <End> I
use <C-O>$, this doesn't happen, and in normal mode, it doesn't happen
even using <End>.

    Is this normal? Is it caused by 'virtualedit'? I've observed this
behaviour in my own compiled version of Vim and in the packaged one in
Debian, at least, and I'm just curious.

    Thanks!

    Raúl Núñez de Arenas Coronado

-- 
Linux Registered User 88736 | http://www.dervishd.net
It's my PC and I'll cry if I want to... RAmen!

Reply via email to