We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5110798 commit 79b7e54Copy full SHA for 79b7e54
autoload/youcompleteme.vim
@@ -1665,7 +1665,7 @@ if exists( '*popup_atcursor' )
1665
function! s:ShowHoverResult( response )
1666
call popup_hide( s:cursorhold_popup )
1667
1668
- if empty( a:response )
+ if empty( a:response ) || !exists( 'b:ycm_hover' )
1669
return
1670
endif
1671
0 commit comments