Files
ladybird/Userland/Libraries/LibGUI/CommandPalette.cpp
faxe1008 9e323241f8 LibGUI: Use fuzzy matching in CommandPalette
This patch changes the previously used contains method for matching the
user search term with all available commands to use the fuzzy match
algorithm, which makes it more typo tolerant.
2022-04-20 18:34:09 +02:00

8.8 KiB