1
0
forked from aniani/vim

updated for version 7.1-123

This commit is contained in:
Bram Moolenaar
2007-09-26 20:36:32 +00:00
parent dfc7aa2ccd
commit 9f0545d6de
5 changed files with 45 additions and 27 deletions

View File

@@ -4996,7 +4996,7 @@ option_expand(opt_idx, val)
* 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