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/gui_beval.c | |
parent | 238a564935abe36832b267f32b5487556c640d00 (diff) | |
download | vim-git-d1f56e68f1315687ff5b913e2577f11b0b620573.tar.gz |
updated for version 7.0204v7.0204
Diffstat (limited to 'src/gui_beval.c')
-rw-r--r-- | src/gui_beval.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui_beval.c b/src/gui_beval.c index a8eac10a3..0bcd023fe 100644 --- a/src/gui_beval.c +++ b/src/gui_beval.c @@ -55,7 +55,7 @@ general_beval_cb(beval, state) set_vim_var_string(VV_BEVAL_TEXT, text, -1); vim_free(text); - use_sandbox = was_set_insecurely((char_u *)"balloonexpr"); + use_sandbox = was_set_insecurely((char_u *)"balloonexpr", 0); if (use_sandbox) ++sandbox; ++textlock; |