mirror of
https://github.com/junegunn/fzf.git
synced 2025-07-31 04:02:01 -07:00
[neovim] Do not resize if the size of the screen has changed
Related #642
This commit is contained in:
@@ -467,7 +467,7 @@ function! s:execute_term(dict, command, temps) abort
|
||||
execute 'bd!' self.buf
|
||||
endif
|
||||
|
||||
if &lines <= self.lines && &columns <= self.columns && s:getpos() == self.ppos
|
||||
if &lines == self.lines && &columns == self.columns && s:getpos() == self.ppos
|
||||
execute self.winrest
|
||||
endif
|
||||
|
||||
|
Reference in New Issue
Block a user