Skip to content
Snippets Groups Projects
Unverified Commit 6db15e86 authored by Junegunn Choi's avatar Junegunn Choi
Browse files
parent 4c9cab3f
No related branches found
No related tags found
No related merge requests found
......@@ -662,6 +662,9 @@ function! s:split(dict)
try
if s:present(a:dict, 'window')
if type(a:dict.window) == type({})
if !has('nvim') && !has('patch-8.2.191')
throw 'Vim 8.2.191 or later is required for pop-up window'
end
call s:popup(a:dict.window)
else
execute 'keepalt' a:dict.window
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment