0
0
mirror of https://github.com/vim/vim.git synced 2025-09-24 03:44:06 -04:00

updated for version 7.0070

This commit is contained in:
Bram Moolenaar
2005-04-23 20:42:23 +00:00
parent 54ff3419c7
commit 8fef2ad609
10 changed files with 5343 additions and 397 deletions

View File

@@ -2390,6 +2390,11 @@ get_winopts(buf)
if (p_fdls >= 0)
curwin->w_p_fdl = p_fdls;
#endif
#ifdef FEAT_SYN_HL
if (curwin->w_p_spell && *buf->b_p_spl != NUL)
did_set_spelllang(buf);
#endif
}
/*