mirror of
https://github.com/junegunn/fzf.vim.git
synced 2025-12-06 12:44:24 +08:00
Allow fzf#complete to take hash argument with sink
This allows us to use the return value of fzf#wrap function with fzf#complete. This commit also removes obsolete g:fzf#vim#default_layout and fzf#vim#layout.
This commit is contained in:
@@ -24,8 +24,6 @@
|
||||
let s:cpo_save = &cpo
|
||||
set cpo&vim
|
||||
|
||||
let g:fzf#vim#default_layout = {'down': '~40%'}
|
||||
|
||||
function! s:defs(commands)
|
||||
let prefix = get(g:, 'fzf_command_prefix', '')
|
||||
if prefix =~# '^[^A-Z]'
|
||||
|
||||
Reference in New Issue
Block a user