[slim-vim] Changelog for October

Larry Clapp larry at theclapp.org
Tue Oct 24 08:44:56 CDT 2006


> Tue Oct 24 09:28:40 EDT 2006  Larry Clapp <larry at theclapp.org>
>   * fix with-buffer so it works better under Win32
> 
>   Changed with-buffer a while back to use vertical splits.  Under gvim in
>   Windows, if you have L or R in guioptions, this causes a quick flash of
>   scrollbar creation/destruction.  Changed with-buffer to temporarily remove L
>   and R from guioptions.
> 
> Tue Oct 24 09:24:06 EDT 2006  Larry Clapp <larry at theclapp.org>
>   * compile on C-only compiler and under Win32
> 
>   - Ifdef-out the kill code until I can fix it for Windows.
>   - in if_ecl.c, declare all variables as a group, i.e. change this (contrived
>     example)
> 
>       int x;
>       x = 1;
>       int y = 2;
> 
>     to
> 
>       int x, y;
>       x = 1;
>       y = 2;

Committed these locally 8/29 & 8/30; pulled them into the public
repository only today, 10/24.

> Wed Aug 30 00:08:36 EDT 2006  Larry Clapp <larry at theclapp.org>
>   * Remove some generated files from the repository
> 
>   Removed src/auto/config.h and src/auto/config.mk from the repository, since
>   they're generated files.
> 
> Tue Aug 29 23:56:19 EDT 2006  Larry Clapp <larry at theclapp.org>
>   * record some missed files: runtime/icons/*



More information about the slim-vim mailing list