]> granicus.if.org Git - vim/commitdiff
updated for version 7.3.215 v7.3.215
authorBram Moolenaar <Bram@vim.org>
Sun, 12 Jun 2011 20:13:40 +0000 (22:13 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 12 Jun 2011 20:13:40 +0000 (22:13 +0200)
Problem:    Wrong file names in previous patch. (Toothpik)
Solution:   Include the option changes.

src/option.c
src/option.h
src/version.c

index 718464951c79f3807383780df009644ce215c903..4db302714abc3a952db7298aed322012cbe0a277 100644 (file)
@@ -901,6 +901,13 @@ static struct vimoption
                            {(char_u *)0L, (char_u *)0L}
 #endif
                            SCRIPTID_INIT},
+    {"cscoperelative", "csre", P_BOOL|P_VI_DEF|P_VIM,
+#ifdef FEAT_CSCOPE
+                           (char_u *)&p_csre, PV_NONE,
+#else
+                           (char_u *)NULL, PV_NONE,
+#endif
+                           {(char_u *)0L, (char_u *)0L} SCRIPTID_INIT},
     {"cscopetag",   "cst",  P_BOOL|P_VI_DEF|P_VIM,
 #ifdef FEAT_CSCOPE
                            (char_u *)&p_cst, PV_NONE,
index b5f7d47ef38d1ad1e3f0cb68719559711fce2dea..b7f1bd9f4b7609f255ae1572a13cdcea91021f7a 100644 (file)
@@ -391,6 +391,7 @@ EXTERN long p_ph;           /* 'pumheight' */
 EXTERN char_u  *p_cpo;         /* 'cpoptions' */
 #ifdef FEAT_CSCOPE
 EXTERN char_u  *p_csprg;       /* 'cscopeprg' */
+EXTERN int     p_csre;         /* 'cscoperelative' */
 # ifdef FEAT_QUICKFIX
 EXTERN char_u  *p_csqf;        /* 'cscopequickfix' */
 #  define      CSQF_CMDS   "sgdctefi"
index 235ae8026b78deb10d1f8131dcc2624a298533ef..e9c2582238e58f0016372da684c30ff41400d9d4 100644 (file)
@@ -709,6 +709,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    215,
 /**/
     214,
 /**/