commit | 9f0545d6de318268adbd1f767ae21eb12dd8992f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Sep 26 20:36:32 2007 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Sep 26 20:36:32 2007 +0000 |
tree | 354c6b4ec443e45191638148a6fc16b2ee9425f0 | |
parent | dfc7aa2ccde2e4a833afb0a9a89d8abc9eacd604 [diff] [blame] |
updated for version 7.1-123
diff --git a/src/option.c b/src/option.c index 0bdc0a4..a8aded5 100644 --- a/src/option.c +++ b/src/option.c
@@ -4996,7 +4996,7 @@ * For 'spellsuggest' expand after "file:". */ expand_env_esc(val, NameBuff, MAXPATHL, - (char_u **)options[opt_idx].var == &p_tags, + (char_u **)options[opt_idx].var == &p_tags, FALSE, #ifdef FEAT_SPELL (char_u **)options[opt_idx].var == &p_sps ? (char_u *)"file:" : #endif