summaryrefslogtreecommitdiffstats
path: root/plugin/fzf.vim
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/fzf.vim')
-rw-r--r--plugin/fzf.vim2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugin/fzf.vim b/plugin/fzf.vim
index 9f78e634..14d02764 100644
--- a/plugin/fzf.vim
+++ b/plugin/fzf.vim
@@ -912,7 +912,9 @@ else
\ line: a:opts.row,
\ col: a:opts.col,
\ minwidth: a:opts.width,
+ \ maxwidth: a:opts.width,
\ minheight: a:opts.height,
+ \ maxheight: a:opts.height,
\ zindex: 1000,
\ })}
autocmd TerminalOpen * ++once call s:popup_create(str2nr(expand('<abuf>')))