diff src/option.c @ 2883:b7523ef31e23 v7.3.215

updated for version 7.3.215 Problem: Wrong file names in previous patch. (Toothpik) Solution: Include the option changes.
author Bram Moolenaar <bram@vim.org>
date Sun, 12 Jun 2011 22:13:40 +0200
parents 107b03fdf1ad
children 33c140e4664d
line wrap: on
line diff
--- a/src/option.c
+++ b/src/option.c
@@ -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,