forked from aniani/vim
		
	patch 8.2.0747: cannot forcefully close all popups
Problem:    Cannot forcefully close all popups.
Solution:   Add the "force" argument to popup_clear().  Use it after running a
            test.  Put back the check for a popup when editing a file.
			
			
This commit is contained in:
		| @@ -746,6 +746,8 @@ static char *(features[]) = | ||||
|  | ||||
| static int included_patches[] = | ||||
| {   /* Add new patch number below this line */ | ||||
| /**/ | ||||
|     747, | ||||
| /**/ | ||||
|     746, | ||||
| /**/ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user