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/misc2.c b/src/misc2.c index 9a2f06d..dddbc5f 100644 --- a/src/misc2.c +++ b/src/misc2.c
@@ -2793,13 +2793,9 @@ break; } if (p != NULL) - { set_string_option_direct((char_u *)"ff", -1, (char_u *)p, - OPT_FREE | opt_flags); -# ifdef FEAT_EVAL - set_option_scriptID((char_u *)"ff", current_SID); -# endif - } + OPT_FREE | opt_flags, 0); + #ifdef FEAT_WINDOWS /* This may cause the buffer to become (un)modified. */ check_status(curbuf);