commit | 488c6512d9fbe998b2d6ef64bd50d323ccb6607f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Aug 11 20:09:58 2005 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Aug 11 20:09:58 2005 +0000 |
tree | 9e73a6df9accd1ad5c03e4271e4144708b5722d3 | |
parent | 8b1e71fa25088fa133b440327cb4f500a3a61767 [diff] [blame] |
updated for version 7.0128
diff --git a/src/option.c b/src/option.c index ab66727..d1444fb 100644 --- a/src/option.c +++ b/src/option.c
@@ -2035,7 +2035,7 @@ (char_u *)NULL, PV_NONE, #endif {(char_u *)FALSE, (char_u *)0L}}, - {"spellcapcheck", "spc", P_STRING|P_ALLOCED|P_VI_DEF|P_SECURE|P_RBUF, + {"spellcapcheck", "spc", P_STRING|P_ALLOCED|P_VI_DEF|P_RBUF, #ifdef FEAT_SYN_HL (char_u *)&p_spc, PV_SPC, {(char_u *)"[.?!]\\_[\\])'\" ]\\+", (char_u *)0L}