diff src/version.c @ 2599:8aa94f8080bd v7.3.022

updated for version 7.3.022 Problem: When opening a new window the 'spellcapcheck' option is cleared. Solution: Copy the correct option value. (Christian Brabandt)
author Bram Moolenaar <bram@vim.org>
date Wed, 13 Oct 2010 14:05:35 +0200
parents 10ce04af8c5b
children d982226b7aaa
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -715,6 +715,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    22,
+/**/
     21,
 /**/
     20,