Am 09.01.2010 15:48, schrieb Bram Moolenaar:
This change
will fix it for "g_".  I wonder if there are other commands that have
the same problem.

Same issue occurs with  ge  and  gE  .

I checked  :helpg |inclusive
    $, g$, g<End>, f{char}, t{char}, <C-End>, e, E, ge, gE


Another "issue": Given a line
    abcd efgh
selection=exclusive, and Visual mode on:
Whether the cursor "|" is after the "c"
    abc|d efgh
or after the "d"
    abcd| efgh
in both cases,  e  moves the cursor to the end of "efgh".
When the cursor is after the "c", I expect it to move after the "d".

(gVim 7.2.218)

--
Andy

--
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php

Reply via email to