diff options
author | Bram Moolenaar <Bram@vim.org> | 2005-07-08 22:17:29 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2005-07-08 22:17:29 +0000 |
commit | 97409f12619b8b2af6237327fdc17ed53037b4f2 (patch) | |
tree | 2e658b1c741d76751d4080f7b8da4067c1f7a0e1 /src/ex_docmd.c | |
parent | 8e735a17f8e298b4f628be6919097888caf139ac (diff) | |
download | vim-git-97409f12619b8b2af6237327fdc17ed53037b4f2.tar.gz |
updated for version 7.0105
Diffstat (limited to 'src/ex_docmd.c')
-rw-r--r-- | src/ex_docmd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ex_docmd.c b/src/ex_docmd.c index b2cc7f917..ebfac55fd 100644 --- a/src/ex_docmd.c +++ b/src/ex_docmd.c @@ -7043,7 +7043,7 @@ ex_tearoff(eap) ex_popup(eap) exarg_T *eap; { - gui_make_popup(eap->arg); + gui_make_popup(eap->arg, eap->forceit); } #endif |