mirror of
http://aero2k.de/t/repos/urlbot-native.git
synced 2017-09-06 15:25:38 +02:00
search on full words only
This commit is contained in:
@@ -489,7 +489,7 @@ def command_unicode_lookup(argv, **args):
|
|||||||
|
|
||||||
characters = {
|
characters = {
|
||||||
k: v for k, v in unicode.characters.items() if
|
k: v for k, v in unicode.characters.items() if
|
||||||
search_word.lower() in v.lower()
|
search_word.lower() in v.lower().split()
|
||||||
}
|
}
|
||||||
lines = []
|
lines = []
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user