1
0
forked from aniani/vim

updated for version 7.0105

This commit is contained in:
Bram Moolenaar
2005-07-08 22:17:29 +00:00
parent 8e735a17f8
commit 97409f1261
7 changed files with 34 additions and 29 deletions

View File

@@ -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