Skip to content

Commit

Permalink
check of patch 8.2.0286
Browse files Browse the repository at this point in the history
  • Loading branch information
prabirshrestha committed Jun 30, 2020
1 parent cf2ec94 commit 7d536e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoload/vital/__vital__/Experimental/UI/Popup.vim
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ let s:_has_nvim = has('nvim')
let s:_popups = {}

function! s:is_supported() abort
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'))
endfunction

" opt = {
Expand Down

0 comments on commit 7d536e2

Please sign in to comment.