diff options
author | Bram Moolenaar <Bram@vim.org> | 2006-02-22 21:25:37 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2006-02-22 21:25:37 +0000 |
commit | d1f56e68f1315687ff5b913e2577f11b0b620573 (patch) | |
tree | adbac0a00c07ee933058543eb3f251a83e707624 /src/quickfix.c | |
parent | 238a564935abe36832b267f32b5487556c640d00 (diff) | |
download | vim-git-d1f56e68f1315687ff5b913e2577f11b0b620573.tar.gz |
updated for version 7.0204v7.0204
Diffstat (limited to 'src/quickfix.c')
-rw-r--r-- | src/quickfix.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/quickfix.c b/src/quickfix.c index 2ffce40a8..a29f06784 100644 --- a/src/quickfix.c +++ b/src/quickfix.c @@ -2839,7 +2839,12 @@ 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 + } /* * This function is used by the :cfile, :cgetfile and :caddfile |