Skip to content

Commit 51f9bf0

Browse files
committed
feat: do not touch laststatus when calling :Fall
1 parent 0bbe837 commit 51f9bf0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

autoload/fall/command/Fall.vim

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,13 @@ function! fall#command#Fall#call(args) abort
44
endif
55
let l:laststatus_saved = &laststatus
66
try
7-
set laststatus=0
87
call s:hide()
98
call fall#internal#mapping#store()
109
call denops#request('fall', 'picker:command', [a:args])
1110
finally
1211
call s:show()
1312
call fall#internal#tolerant#call({ -> fall#internal#mapping#restore() })
1413
call fall#internal#tolerant#call({ -> fall#internal#popup#closeall() })
15-
let &laststatus = l:laststatus_saved
1614
endtry
1715
endfunction
1816

0 commit comments

Comments
 (0)