Skip to content

Commit 7d536e2

Browse files
check of patch 8.2.0286
1 parent cf2ec94 commit 7d536e2

File tree

1 file changed

+1
-1
lines changed
  • autoload/vital/__vital__/Experimental/UI

1 file changed

+1
-1
lines changed

autoload/vital/__vital__/Experimental/UI/Popup.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ let s:_has_nvim = has('nvim')
55
let s:_popups = {}
66

77
function! s:is_supported() abort
8-
return has('nvim') && exists('*nvim_open_win') || !has('nvim') && exists('*popup_create')
8+
return has('nvim') && exists('*nvim_open_win') || (!has('nvim') && exists('*popup_create') && has('patch-8.2.0286'))
99
endfunction
1010

1111
" opt = {

0 commit comments

Comments
 (0)