]> granicus.if.org Git - vim/commitdiff
updated for version 7.4.070 v7.4.070
authorBram Moolenaar <Bram@vim.org>
Tue, 5 Nov 2013 16:40:52 +0000 (17:40 +0100)
committerBram Moolenaar <Bram@vim.org>
Tue, 5 Nov 2013 16:40:52 +0000 (17:40 +0100)
Problem:    Can't compile with tiny features. (Tony Mechelynck)
Solution:   Add #ifdef.

src/buffer.c
src/version.c

index 8973b42aaedcd59fd22553a1ce8b7b714df71fbc..ddbcbc4b505e9084b0dbf2b1241367453af8cce5 100644 (file)
@@ -213,7 +213,9 @@ open_buffer(read_stdin, eap, flags)
     if (curbuf->b_flags & BF_NEVERLOADED)
     {
        (void)buf_init_chartab(curbuf, FALSE);
+#ifdef FEAT_CINDENT
        parse_cino(curbuf);
+#endif
     }
 
     /*
index fc4597d7b606f26f4a820e781d44c139b85ac4f1..09f03b574a6072e2d60a0dd0cae81621702c8027 100644 (file)
@@ -738,6 +738,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    70,
 /**/
     69,
 /**/