Skip to content

Commit 1e1d65e

Browse files
committed
Add public OmniSharp#popup#Close() function
1 parent de04b83 commit 1e1d65e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

autoload/OmniSharp/popup.vim

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,10 @@ function! OmniSharp#popup#Map(mode, mapName, defaultLHS, funcall) abort
7777
endfunction
7878

7979

80+
function! OmniSharp#popup#Close() abort
81+
call s:CloseLast(0)
82+
endfunction
83+
8084
function s:CloseLast(redraw) abort
8185
if exists('s:lastwinid')
8286
if has('nvim')

0 commit comments

Comments
 (0)