mirror of
https://github.com/junegunn/fzf
synced 2026-08-02 18:41:41 +00:00
Fix Unicode case handling (#186)
This commit is contained in:
+1
-1
@@ -5,7 +5,7 @@ import (
|
||||
)
|
||||
|
||||
// Current version
|
||||
const Version = "0.9.7"
|
||||
const Version = "0.9.8"
|
||||
|
||||
// fzf events
|
||||
const (
|
||||
|
||||
Reference in New Issue
Block a user