|
@@ -1352,11 +1352,6 @@ def HasFastPropList():
|
|
|
return GetBoolValue( 'has( "patch-8.2.3652" )' )
|
|
|
|
|
|
|
|
|
-@memoize()
|
|
|
-def VimSupportsTextProperties():
|
|
|
- return VimHasFunctions( 'prop_add', 'prop_type_add' )
|
|
|
-
|
|
|
-
|
|
|
@memoize()
|
|
|
def VimSupportsPopupWindows():
|
|
|
return VimHasFunctions( 'popup_create',
|
|
@@ -1365,7 +1360,7 @@ def VimSupportsPopupWindows():
|
|
|
'popup_hide',
|
|
|
'popup_settext',
|
|
|
'popup_show',
|
|
|
- 'popup_close' ) and VimSupportsTextProperties()
|
|
|
+ 'popup_close' )
|
|
|
|
|
|
|
|
|
@memoize()
|