Fix extended-search on non-darwin env

This commit is contained in:
Junegunn Choi 2013-11-17 11:47:52 +09:00
parent 6a5e1de6f3
commit 84921df0e3

6
fzf
View File

@ -219,6 +219,12 @@ class FZF
end
end
else
module UConv
def self.nfd str
str
end
end
def convert_item item
item
end