]> granicus.if.org Git - vim/commitdiff
updated for version 7.2.343 v7.2.343
authorBram Moolenaar <Bram@vim.org>
Tue, 19 Jan 2010 22:30:41 +0000 (23:30 +0100)
committerBram Moolenaar <Bram@vim.org>
Tue, 19 Jan 2010 22:30:41 +0000 (23:30 +0100)
Problem:    Can't compile on Win32.
Solution:   Insert the missing bar.

src/ex_cmds2.c
src/version.c

index d52b203315e9c970c0fcda1437c3bd6f735264da..bcdf2872322e4a4e9c1c3c22a5fd61d66c6418e7 100644 (file)
@@ -2816,7 +2816,7 @@ fopen_noinh_readbin(filename)
 {
     int        fd_tmp = mch_open(filename, O_RDONLY
 # ifdef WIN32
-                         O_BINARY | O_NOINHERIT
+                         O_BINARY | O_NOINHERIT
 # endif
                          , 0);
 
index ab5046501d39a837ed1db3a7698fddbefa998b39..41d099da535e01abfaf64133f55328c9598870e3 100644 (file)
@@ -681,6 +681,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    343,
 /**/
     342,
 /**/