Ben Fritz wrote:
> Forwarding to vim_dev from vim_use, seems to be a bug introduced since
> 7.2.284
>
> John Little cannot duplicate the behavior on 7.2.284, but I see it on
> 7.2.320 on Windows gvim launched with -N -u NONE.
>
> If it isn't clear, I had to :set selection=3Dexclusive to see the
> puzzling behavior. I assume he did this.
It's not clear to me what patch could have changed this. This change
will fix it for "g_". I wonder if there are other commands that have
the same problem.
*** ../vim-7.2.327/src/normal.c 2009-12-24 15:00:31.000000000 +0100
--- src/normal.c 2010-01-09 15:19:47.000000000 +0100
***************
*** 7873,7878 ****
--- 7873,7881 ----
&& vim_iswhite(ptr[curwin->w_cursor.col]))
--curwin->w_cursor.col;
curwin->w_set_curswant = TRUE;
+ #ifdef FEAT_VISUAL
+ adjust_for_sel(cap);
+ #endif
}
break;
--
>From "know your smileys":
<>:-) Bishop
/// 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 ///
--
You received this message from the "vim_dev" maillist.
For more information, visit http://www.vim.org/maillist.php