Skip to content

Commit 45f7e5e

Browse files
committed
👍 Do NOT show statusline
1 parent f65f0a3 commit 45f7e5e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

autoload/fall/command/Fall.vim

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@ function! fall#command#Fall#call(args) abort
22
if denops#plugin#wait('fall') isnot# 0
33
return
44
endif
5+
let l:laststatus_saved = &laststatus
56
try
7+
set laststatus=0
68
call fall#internal#cursor#hide()
79
call fall#internal#msgarea#hide()
810
call fall#internal#mapping#store()
@@ -16,6 +18,7 @@ function! fall#command#Fall#call(args) abort
1618
silent! call fall#internal#popup#close(g:_fall_component_select_winid)
1719
silent! call fall#internal#popup#close(g:_fall_component_query_winid)
1820
silent! call fall#internal#popup#close(g:_fall_component_input_winid)
21+
silent! let &laststatus = l:laststatus_saved
1922
endtry
2023
endfunction
2124

0 commit comments

Comments
 (0)