diff src/version.c @ 5481:31217cc48e7d v7.4.090

updated for version 7.4.090 Problem: Win32: When a directory name contains an exclamation mark, completion doesn't complete the contents of the directory. Solution: Escape the exclamation mark. (Jan Stocker)
author Bram Moolenaar <bram@vim.org>
date Tue, 12 Nov 2013 05:28:26 +0100
parents 6707c44cec61
children 9502d1caf90b
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -739,6 +739,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    90,
+/**/
     89,
 /**/
     88,