We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf2ec94 commit 7d536e2Copy full SHA for 7d536e2
autoload/vital/__vital__/Experimental/UI/Popup.vim
@@ -5,7 +5,7 @@ let s:_has_nvim = has('nvim')
5
let s:_popups = {}
6
7
function! s:is_supported() abort
8
- return has('nvim') && exists('*nvim_open_win') || !has('nvim') && exists('*popup_create')
+ return has('nvim') && exists('*nvim_open_win') || (!has('nvim') && exists('*popup_create') && has('patch-8.2.0286'))
9
endfunction
10
11
" opt = {
0 commit comments