Commit dcdd42a
committed
patch 8.2.1921: fuzzy matching does not recognize path separators
Problem: Fuzzy matching does not recognize path separators.
Solution: Add a bonus for slash and backslash. (Yegappan Lakshmanan,
closes #7225)1 parent cf4d454 commit dcdd42a
3 files changed
Lines changed: 13 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4258 | 4258 | | |
4259 | 4259 | | |
4260 | 4260 | | |
4261 | | - | |
4262 | | - | |
| 4261 | + | |
| 4262 | + | |
| 4263 | + | |
| 4264 | + | |
4263 | 4265 | | |
4264 | 4266 | | |
4265 | 4267 | | |
| |||
4334 | 4336 | | |
4335 | 4337 | | |
4336 | 4338 | | |
4337 | | - | |
4338 | 4339 | | |
4339 | 4340 | | |
4340 | 4341 | | |
| |||
4355 | 4356 | | |
4356 | 4357 | | |
4357 | 4358 | | |
4358 | | - | |
4359 | | - | |
4360 | | - | |
4361 | | - | |
| 4359 | + | |
| 4360 | + | |
| 4361 | + | |
| 4362 | + | |
| 4363 | + | |
4362 | 4364 | | |
4363 | 4365 | | |
4364 | 4366 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| 46 | + | |
| 47 | + | |
46 | 48 | | |
47 | 49 | | |
48 | 50 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
750 | 750 | | |
751 | 751 | | |
752 | 752 | | |
| 753 | + | |
| 754 | + | |
753 | 755 | | |
754 | 756 | | |
755 | 757 | | |
| |||
0 commit comments