On Tue, Nov 3, 2009 at 6:03 PM, Bram Moolenaar <[email protected]> wrote:
>
> You must be missing patch 7.2.041.  The correct prototype is:
>
> int do_ecmd __ARGS((int fnum, char_u *ffname, char_u *sfname, exarg_T *eap, 
> linenr_T newlnum, int flags, win_T *oldwin));
>
>

Aha. Now I've applied patches more accurately and everything compiles.

Actually, I was doing all of this to find what has happened with
Ctrl-U in insert mode. If I compile vim72 with patches 1-100 then
Ctrl-U in insert mode removes only inserted text and not the indent.
After applying patches 101-200 this behavior goes away. Now the Ctrl-U
always places cursor to the very beginning of the line. I don't think
this is correct behavior. At least documentation says that it should
remove the typed characters only and leave the indent.

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

Reply via email to