comparison 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
comparison
equal deleted inserted replaced
2882:f1dfcc7726de 2883:b7523ef31e23
899 #else 899 #else
900 (char_u *)NULL, PV_NONE, 900 (char_u *)NULL, PV_NONE,
901 {(char_u *)0L, (char_u *)0L} 901 {(char_u *)0L, (char_u *)0L}
902 #endif 902 #endif
903 SCRIPTID_INIT}, 903 SCRIPTID_INIT},
904 {"cscoperelative", "csre", P_BOOL|P_VI_DEF|P_VIM,
905 #ifdef FEAT_CSCOPE
906 (char_u *)&p_csre, PV_NONE,
907 #else
908 (char_u *)NULL, PV_NONE,
909 #endif
910 {(char_u *)0L, (char_u *)0L} SCRIPTID_INIT},
904 {"cscopetag", "cst", P_BOOL|P_VI_DEF|P_VIM, 911 {"cscopetag", "cst", P_BOOL|P_VI_DEF|P_VIM,
905 #ifdef FEAT_CSCOPE 912 #ifdef FEAT_CSCOPE
906 (char_u *)&p_cst, PV_NONE, 913 (char_u *)&p_cst, PV_NONE,
907 #else 914 #else
908 (char_u *)NULL, PV_NONE, 915 (char_u *)NULL, PV_NONE,