1
0
forked from aniani/vim

updated for version 7.0213

This commit is contained in:
Bram Moolenaar
2006-03-03 22:56:30 +00:00
parent bfb2d40b6e
commit 65c923adf3
9 changed files with 72 additions and 26 deletions

View File

@@ -151,7 +151,7 @@ typedef struct
long wo_fml;
# define w_p_fml w_onebuf_opt.wo_fml /* 'foldminlines' */
long wo_fdn;
# define w_p_fdn w_onebuf_opt.wo_fdn /* 'foldnextmax' */
# define w_p_fdn w_onebuf_opt.wo_fdn /* 'foldnestmax' */
# ifdef FEAT_EVAL
char_u *wo_fde;
# define w_p_fde w_onebuf_opt.wo_fde /* 'foldexpr' */