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

Improved handling of tab characters

This commit is contained in:
Junegunn Choi
2015-01-18 16:59:04 +09:00
parent 1b6cb3532d
commit 8bead4ae34
2 changed files with 59 additions and 15 deletions

View File

@@ -5,7 +5,7 @@ import (
)
// Current version
const Version = "0.9.1"
const Version = "0.9.2-dev"
// fzf events
const (