# HG changeset patch # User vimboss # Date 1178828249 0 # Node ID 198a695ca8e7273641991bcf346085bbce70d740 # Parent 5eb1ac6f92ad40da9bbb585f5ff8fe003e85122c updated for version 7.1b-001 diff --git a/src/gui_w32.c b/src/gui_w32.c --- a/src/gui_w32.c +++ b/src/gui_w32.c @@ -1,4 +1,4 @@ -s, if any./* vi:set ts=8 sts=4 sw=4: +/* vi:set ts=8 sts=4 sw=4: * * VIM - Vi IMproved by Bram Moolenaar * GUI support by Robert Webb diff --git a/src/version.c b/src/version.c --- a/src/version.c +++ b/src/version.c @@ -667,6 +667,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1, +/**/ 0 };