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