Skip to content

Commit c5ce790

Browse files
committed
Require fzf 0.53.0 or above with --tmux
Close junegunn/fzf#3980
1 parent 04bfa81 commit c5ce790

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autoload/fzf/vim.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ function! s:escape_for_bash(path)
9494
return escape(path, ' ')
9595
endfunction
9696

97-
let s:min_version = '0.23.0'
97+
let s:min_version = '0.53.0'
9898
let s:is_win = has('win32') || has('win64')
9999
let s:is_wsl_bash = s:is_win && (exepath('bash') =~? 'Windows[/\\]system32[/\\]bash.exe$')
100100
let s:layout_keys = ['window', 'up', 'down', 'left', 'right']

0 commit comments

Comments
 (0)