vi has noflash per default now [was: Re: svn commit: trunk/busybox: editors miscutils util-linux]
Bernhard Fischer
rep.dot.nop at gmail.com
Sat Sep 22 14:23:28 PDT 2007
On Sat, Sep 22, 2007 at 02:18:46PM -0700, aldot at busybox.net wrote:
>Author: aldot
>Date: 2007-09-22 14:18:46 -0700 (Sat, 22 Sep 2007)
>New Revision: 19951
>
>Log:
>- actually mv microcom.c to miscutils
>
>
>Added:
> trunk/busybox/miscutils/microcom.c
>
>Removed:
> trunk/busybox/util-linux/microcom.c
>
>Modified:
> trunk/busybox/editors/vi.c
>
>
>Changeset:
>Modified: trunk/busybox/editors/vi.c
>===================================================================
>--- trunk/busybox/editors/vi.c 2007-09-22 21:13:17 UTC (rev 19950)
>+++ trunk/busybox/editors/vi.c 2007-09-22 21:18:46 UTC (rev 19951)
>@@ -338,7 +338,7 @@
> }
> #endif
>
>- vi_setops = VI_AUTOINDENT | VI_SHOWMATCH | VI_IGNORECASE | VI_ERR_METHOD;
>+ vi_setops = VI_AUTOINDENT | VI_SHOWMATCH | VI_IGNORECASE;
> #if ENABLE_FEATURE_VI_YANKMARK
> memset(reg, 0, sizeof(reg)); // init the yank regs
> #endif
I'm sorry, it seems that i forgot to apply this earlier.
Subject is the (missing) ChangeLog for this edit.
More information about the busybox
mailing list