summaryrefslogtreecommitdiffstats
path: root/plugin
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2020-10-27 13:53:24 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2020-10-27 23:57:18 +0900
commit0d5f862daf45336c12c2f540736b3d7ca396c78d (patch)
tree66487748928def955046ffd9516bb328f3929f08 /plugin
parent51dfacd5421678cd2d453774176516ef71445dfc (diff)
0.24.00.24.0
Diffstat (limited to 'plugin')
-rw-r--r--plugin/fzf.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/fzf.vim b/plugin/fzf.vim
index 50fcbc02..9f280c00 100644
--- a/plugin/fzf.vim
+++ b/plugin/fzf.vim
@@ -128,7 +128,7 @@ endfunction
function! s:default_layout()
return s:popup_support()
- \ ? { 'window' : { 'width': 0.9, 'height': 0.6, 'highlight': 'Normal' } }
+ \ ? { 'window' : { 'width': 0.9, 'height': 0.6 } }
\ : { 'down': '~40%' }
endfunction