]> granicus.if.org Git - vim/commitdiff
updated for version 7.4.438 v7.4.438
authorBram Moolenaar <Bram@vim.org>
Tue, 9 Sep 2014 15:33:07 +0000 (17:33 +0200)
committerBram Moolenaar <Bram@vim.org>
Tue, 9 Sep 2014 15:33:07 +0000 (17:33 +0200)
Problem:    Cached values for 'cino' not reset for ":set all&".
Solution:   Call parse_cino(). (Yukihiro Nakadaira)

src/option.c
src/version.c

index 855539b5842a92bee352aafa3e190e281e49d1d3..2007dee7dbfa32cf79f93d4c654e64319ef4052f 100644 (file)
@@ -3645,6 +3645,9 @@ set_options_default(opt_flags)
 #else
        win_comp_scroll(curwin);
 #endif
+#ifdef FEAT_CINDENT
+    parse_cino(curbuf);
+#endif
 }
 
 /*
index 599dd338b39ea8ff3509db67524437ae9cc407ae..0ad0376f8229469ce44050236225cfbd05202f9c 100644 (file)
@@ -741,6 +741,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    438,
 /**/
     437,
 /**/