mirror of
https://github.com/junegunn/fzf.vim.git
synced 2025-12-06 12:44:24 +08:00
Require fzf 0.53.0 or above with --tmux
Close https://github.com/junegunn/fzf/issues/3980
This commit is contained in:
@@ -94,7 +94,7 @@ function! s:escape_for_bash(path)
|
||||
return escape(path, ' ')
|
||||
endfunction
|
||||
|
||||
let s:min_version = '0.23.0'
|
||||
let s:min_version = '0.53.0'
|
||||
let s:is_win = has('win32') || has('win64')
|
||||
let s:is_wsl_bash = s:is_win && (exepath('bash') =~? 'Windows[/\\]system32[/\\]bash.exe$')
|
||||
let s:layout_keys = ['window', 'up', 'down', 'left', 'right']
|
||||
|
||||
Reference in New Issue
Block a user