]> granicus.if.org Git - vim/commitdiff
updated for version 7.4.339 v7.4.339
authorBram Moolenaar <Bram@vim.org>
Wed, 25 Jun 2014 12:44:10 +0000 (14:44 +0200)
committerBram Moolenaar <Bram@vim.org>
Wed, 25 Jun 2014 12:44:10 +0000 (14:44 +0200)
Problem:    Local function is available globally.
Solution:   Add "static".

src/option.c
src/proto/option.pro
src/version.c

index 05dc992d960491861eabd996cb86b239d0d4274c..05d8869eaa495efb71fb59125f5ffc57d03588a8 100644 (file)
@@ -3074,6 +3074,7 @@ static int  istermoption __ARGS((struct vimoption *));
 static char_u *get_varp_scope __ARGS((struct vimoption *p, int opt_flags));
 static char_u *get_varp __ARGS((struct vimoption *));
 static void option_value2string __ARGS((struct vimoption *, int opt_flags));
+static void check_winopt __ARGS((winopt_T *wop));
 static int wc_use_keyname __ARGS((char_u *varp, long *wcp));
 #ifdef FEAT_LANGMAP
 static void langmap_init __ARGS((void));
@@ -10305,7 +10306,7 @@ check_win_options(win)
 /*
  * Check for NULL pointers in a winopt_T and replace them with empty_option.
  */
-    void
+    static void
 check_winopt(wop)
     winopt_T   *wop UNUSED;
 {
index 4729c47842036d3daeb3b1ea79c19f28596ace23..e426e6cfac71c0b3b1602c9cf6ec80fe3b927ca0 100644 (file)
@@ -40,7 +40,6 @@ char_u *get_equalprg __ARGS((void));
 void win_copy_options __ARGS((win_T *wp_from, win_T *wp_to));
 void copy_winopt __ARGS((winopt_T *from, winopt_T *to));
 void check_win_options __ARGS((win_T *win));
-void check_winopt __ARGS((winopt_T *wop));
 void clear_winopt __ARGS((winopt_T *wop));
 void buf_copy_options __ARGS((buf_T *buf, int flags));
 void reset_modifiable __ARGS((void));
index 78d39bb718403d0665d17893fbcf550fdc472e08..8568a363c50eef19351f0a305ffa25d3cc0119b7 100644 (file)
@@ -734,6 +734,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    339,
 /**/
     338,
 /**/