diff options
author | Bram Moolenaar <Bram@vim.org> | 2005-08-11 20:09:58 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2005-08-11 20:09:58 +0000 |
commit | 488c6512d9fbe998b2d6ef64bd50d323ccb6607f (patch) | |
tree | 9e73a6df9accd1ad5c03e4271e4144708b5722d3 /src/option.c | |
parent | 8b1e71fa25088fa133b440327cb4f500a3a61767 (diff) | |
download | vim-git-488c6512d9fbe998b2d6ef64bd50d323ccb6607f.tar.gz |
updated for version 7.0128
Diffstat (limited to 'src/option.c')
-rw-r--r-- | src/option.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/option.c b/src/option.c index ab6672786..d1444fbf4 100644 --- a/src/option.c +++ b/src/option.c @@ -2035,7 +2035,7 @@ static struct vimoption (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} |