commit | d1f56e68f1315687ff5b913e2577f11b0b620573 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Feb 22 21:25:37 2006 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Feb 22 21:25:37 2006 +0000 |
tree | adbac0a00c07ee933058543eb3f251a83e707624 | |
parent | 238a564935abe36832b267f32b5487556c640d00 [diff] [blame] |
updated for version 7.0204
diff --git a/src/misc1.c b/src/misc1.c index a3b2d3c..09b9ab1 100644 --- a/src/misc1.c +++ b/src/misc1.c
@@ -7677,7 +7677,8 @@ int indent; pos_T pos; int save_State; - int use_sandbox = was_set_insecurely((char_u *)"indentexpr"); + int use_sandbox = was_set_insecurely((char_u *)"indentexpr", + OPT_LOCAL); pos = curwin->w_cursor; set_vim_var_nr(VV_LNUM, curwin->w_cursor.lnum);