m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-16 23:33:39 -05:00

[vim] Download latest binary to meet version requirement

This commit is contained in:
Junegunn Choi
2020-10-27 01:01:58 +09:00
parent e73383fbbb
commit 607081bbaa
3 changed files with 38 additions and 9 deletions

View File

@@ -10,7 +10,7 @@ import (
const (
// Current version
version = "0.23.1"
version = "0.24.0"
// Core
coordinatorDelayMax time.Duration = 100 * time.Millisecond