From 5e3cb7e8699f855193179a8cb799d1087f4a2ac9 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Mon, 27 Feb 2006 23:58:35 +0000 Subject: updated for version 7.0209 --- src/quickfix.c | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'src/quickfix.c') diff --git a/src/quickfix.c b/src/quickfix.c index 7319e8077..2d83f1fcf 100644 --- a/src/quickfix.c +++ b/src/quickfix.c @@ -2846,12 +2846,7 @@ ex_cfile(eap) 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 -- cgit v1.2.1