We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 696967f + c987d3f commit ed63c87Copy full SHA for ed63c87
autoload/go/doc.vim
@@ -77,7 +77,7 @@ endfunction
77
78
function! s:GodocView(newposition, position, content) abort
79
" popup window
80
- if go#config#DocPopupWindow() && has("patch-8.1.1513")
+ if go#config#DocPopupWindow() && exists('*popup_atcursor') && exists('*popup_clear')
81
call popup_clear()
82
83
call popup_atcursor(split(a:content, '\n'), {
0 commit comments