File tree Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -7886,6 +7886,9 @@ ex_pedit(exarg_T *eap)
7886
7886
{
7887
7887
win_T * curwin_save = curwin ;
7888
7888
7889
+ if (ERROR_IF_ANY_POPUP_WINDOW )
7890
+ return ;
7891
+
7889
7892
// Open the preview window or popup and make it the current window.
7890
7893
g_do_tagpreview = p_pvh ;
7891
7894
prepare_tagpreview (TRUE, TRUE, FALSE);
Original file line number Diff line number Diff line change @@ -926,6 +926,7 @@ func Test_win_execute_not_allowed()
926
926
call assert_fails (' call win_execute(winid, "tabnext")' , ' E994:' )
927
927
call assert_fails (' call win_execute(winid, "next")' , ' E994:' )
928
928
call assert_fails (' call win_execute(winid, "rewind")' , ' E994:' )
929
+ call assert_fails (' call win_execute(winid, "pedit filename")' , ' E994:' )
929
930
call assert_fails (' call win_execute(winid, "buf")' , ' E994:' )
930
931
call assert_fails (' call win_execute(winid, "bnext")' , ' E994:' )
931
932
call assert_fails (' call win_execute(winid, "bprev")' , ' E994:' )
Original file line number Diff line number Diff line change @@ -738,6 +738,8 @@ static char *(features[]) =
738
738
739
739
static int included_patches [] =
740
740
{ /* Add new patch number below this line */
741
+ /**/
742
+ 367 ,
741
743
/**/
742
744
366 ,
743
745
/**/
You can’t perform that action at this time.
0 commit comments