Commit 375d765
committed
Fix key filtering: add partial matching and restore value on escape
- Auto-wrap filter patterns with wildcards for partial matching (e.g., 'user' becomes '*user*')
- Preserve explicit glob patterns when user includes *, ?, or [] characters
- Restore previous pattern value when pressing escape to cancel1 parent 205ec02 commit 375d765
1 file changed
+8
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
| |||
817 | 818 | | |
818 | 819 | | |
819 | 820 | | |
820 | | - | |
| 821 | + | |
| 822 | + | |
| 823 | + | |
| 824 | + | |
| 825 | + | |
| 826 | + | |
821 | 827 | | |
822 | 828 | | |
823 | 829 | | |
824 | 830 | | |
825 | 831 | | |
826 | 832 | | |
| 833 | + | |
827 | 834 | | |
828 | 835 | | |
829 | 836 | | |
| |||
0 commit comments