diff --git a/fzf b/fzf index cad57bf..733b12c 100755 --- a/fzf +++ b/fzf @@ -219,6 +219,12 @@ class FZF end end else + module UConv + def self.nfd str + str + end + end + def convert_item item item end