commit | 97409f12619b8b2af6237327fdc17ed53037b4f2 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jul 08 22:17:29 2005 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jul 08 22:17:29 2005 +0000 |
tree | 2e658b1c741d76751d4080f7b8da4067c1f7a0e1 | |
parent | 8e735a17f8e298b4f628be6919097888caf139ac [diff] [blame] |
updated for version 7.0105
diff --git a/src/ex_docmd.c b/src/ex_docmd.c index b2cc7f9..ebfac55 100644 --- a/src/ex_docmd.c +++ b/src/ex_docmd.c
@@ -7043,7 +7043,7 @@ ex_popup(eap) exarg_T *eap; { - gui_make_popup(eap->arg); + gui_make_popup(eap->arg, eap->forceit); } #endif