1
0
forked from aniani/vim

updated for version 7.3.215

Problem:    Wrong file names in previous patch. (Toothpik)
Solution:   Include the option changes.
This commit is contained in:
Bram Moolenaar
2011-06-12 22:13:40 +02:00
parent d9758e37ee
commit f7befa9f1d
3 changed files with 10 additions and 0 deletions

View File

@@ -901,6 +901,13 @@ static struct vimoption
{(char_u *)0L, (char_u *)0L} {(char_u *)0L, (char_u *)0L}
#endif #endif
SCRIPTID_INIT}, 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, {"cscopetag", "cst", P_BOOL|P_VI_DEF|P_VIM,
#ifdef FEAT_CSCOPE #ifdef FEAT_CSCOPE
(char_u *)&p_cst, PV_NONE, (char_u *)&p_cst, PV_NONE,

View File

@@ -391,6 +391,7 @@ EXTERN long p_ph; /* 'pumheight' */
EXTERN char_u *p_cpo; /* 'cpoptions' */ EXTERN char_u *p_cpo; /* 'cpoptions' */
#ifdef FEAT_CSCOPE #ifdef FEAT_CSCOPE
EXTERN char_u *p_csprg; /* 'cscopeprg' */ EXTERN char_u *p_csprg; /* 'cscopeprg' */
EXTERN int p_csre; /* 'cscoperelative' */
# ifdef FEAT_QUICKFIX # ifdef FEAT_QUICKFIX
EXTERN char_u *p_csqf; /* 'cscopequickfix' */ EXTERN char_u *p_csqf; /* 'cscopequickfix' */
# define CSQF_CMDS "sgdctefi" # define CSQF_CMDS "sgdctefi"

View File

@@ -709,6 +709,8 @@ static char *(features[]) =
static int included_patches[] = static int included_patches[] =
{ /* Add new patch number below this line */ { /* Add new patch number below this line */
/**/
215,
/**/ /**/
214, 214,
/**/ /**/