commit | 5e3cb7e8699f855193179a8cb799d1087f4a2ac9 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Feb 27 23:58:35 2006 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Feb 27 23:58:35 2006 +0000 |
tree | 297e019074e2c2b85d5151701fcfae03bf02ceb9 | |
parent | eddf53b02e2b007208b19c74fb616be2c0839b36 [diff] [blame] |
updated for version 7.0209
diff --git a/src/quickfix.c b/src/quickfix.c index 7319e80..2d83f1f 100644 --- a/src/quickfix.c +++ b/src/quickfix.c
@@ -2846,12 +2846,7 @@ wp = curwin; if (*eap->arg != NUL) - { - set_string_option_direct((char_u *)"ef", -1, eap->arg, OPT_FREE); -# ifdef FEAT_EVAL - set_option_scriptID((char_u *)"ef", current_SID); -# endif - } + set_string_option_direct((char_u *)"ef", -1, eap->arg, OPT_FREE, 0); /* * This function is used by the :cfile, :cgetfile and :caddfile