0
0
mirror of https://github.com/vim/vim.git synced 2025-09-23 03:43:49 -04:00

updated for version 7.0222

This commit is contained in:
Bram Moolenaar
2006-03-12 21:50:18 +00:00
parent e48ec1fa6b
commit f71a3db47e
7 changed files with 36 additions and 16 deletions

View File

@@ -1713,6 +1713,8 @@ free_buf_options(buf, free_p_ff)
clear_string_option(&buf->b_p_nf);
#ifdef FEAT_SYN_HL
clear_string_option(&buf->b_p_syn);
#endif
#ifdef FEAT_SPELL
clear_string_option(&buf->b_p_spc);
clear_string_option(&buf->b_p_spf);
vim_free(buf->b_cap_prog);
@@ -2389,7 +2391,7 @@ get_winopts(buf)
curwin->w_p_fdl = p_fdls;
#endif
#ifdef FEAT_SYN_HL
#ifdef FEAT_SPELL
if (curwin->w_p_spell && *buf->b_p_spl != NUL)
did_set_spelllang(buf);
#endif