0
0
mirror of https://github.com/vim/vim.git synced 2025-09-24 03:44:06 -04:00

updated for version 7.1b

This commit is contained in:
Bram Moolenaar
2007-05-10 17:52:45 +00:00
parent a38edcde16
commit 933eb39d67
9 changed files with 16 additions and 14 deletions

View File

@@ -15,9 +15,10 @@
* (C) 2002,2003 Jason Hildebrand <jason@peaceworks.ca>
* Daniel Elstner <daniel.elstner@gmx.net>
*
* This is a special purspose container widget, which manages arbitrary childs
* at arbitrary positions width arbitrary sizes. This finally puts an end on
* our resizement problems with which we where struggling for such a long time.
* This is a special purpose container widget, which manages arbitrary
* children at arbitrary positions width arbitrary sizes. This finally puts
* an end on our resize problems with which we where struggling for such a
* long time.
*/
#include "vim.h"