diff options
author | Bram Moolenaar <Bram@vim.org> | 2005-06-28 23:32:02 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2005-06-28 23:32:02 +0000 |
commit | 24bbcfe8fe62ea43b1cea86243be4fdc8794140b (patch) | |
tree | f3e45e2890b4a0b79aaf7fa4fababaf2515ce828 /src/option.h | |
parent | d7b31706f766d3167069429c7f2f2f451ac72ecb (diff) | |
download | vim-git-24bbcfe8fe62ea43b1cea86243be4fdc8794140b.tar.gz |
updated for version 7.0096v7.0096
Diffstat (limited to 'src/option.h')
-rw-r--r-- | src/option.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/option.h b/src/option.h index 0be4ac308..2b7e80d7e 100644 --- a/src/option.h +++ b/src/option.h @@ -708,13 +708,6 @@ EXTERN int p_sb; /* 'splitbelow' */ #endif #ifdef FEAT_SYN_HL EXTERN char_u *p_sps; /* 'spellsuggest' */ -EXTERN unsigned sps_flags; -# ifdef IN_OPTION_C -static char *(p_sps_values[]) = {"best", "fast", "double", NULL}; -# endif -# define SPS_BEST 0x01 -# define SPS_FAST 0x02 -# define SPS_DOUBLE 0x04 #endif #ifdef FEAT_VERTSPLIT EXTERN int p_spr; /* 'splitright' */ |