Require fzf 0.53.0 or above with --tmux

Close https://github.com/junegunn/fzf/issues/3980
This commit is contained in:
Junegunn Choi
2024-08-28 13:44:08 +09:00
parent 04bfa81157
commit c5ce7908ee

View File

@@ -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']