commit | 82cf9b6851bcd4d28f65df8d95c2bcabc780b810 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jun 07 21:09:25 2005 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jun 07 21:09:25 2005 +0000 |
tree | 0f5cb1fa0fb34ab46fa0d51c92087dee7ecaafc8 | |
parent | c4a06d34471d21532a3e0535e547b3d797992350 [diff] [blame] |
updated for version 7.0082
diff --git a/src/structs.h b/src/structs.h index a45a98e..18915cf 100644 --- a/src/structs.h +++ b/src/structs.h
@@ -1341,6 +1341,7 @@ int b_p_swf; /* 'swapfile' */ #ifdef FEAT_SYN_HL char_u *b_p_syn; /* 'syntax' */ + char_u *b_p_spf; /* 'spellfile' */ char_u *b_p_spl; /* 'spelllang' */ #endif long b_p_ts; /* 'tabstop' */