We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
laststatus
:Fall
1 parent 0bbe837 commit 51f9bf0Copy full SHA for 51f9bf0
autoload/fall/command/Fall.vim
@@ -4,15 +4,13 @@ function! fall#command#Fall#call(args) abort
4
endif
5
let l:laststatus_saved = &laststatus
6
try
7
- set laststatus=0
8
call s:hide()
9
call fall#internal#mapping#store()
10
call denops#request('fall', 'picker:command', [a:args])
11
finally
12
call s:show()
13
call fall#internal#tolerant#call({ -> fall#internal#mapping#restore() })
14
call fall#internal#tolerant#call({ -> fall#internal#popup#closeall() })
15
- let &laststatus = l:laststatus_saved
16
endtry
17
endfunction
18
0 commit comments