Commit f6a2211
committed
refactor(__load_completion): handle backslash always at start of command
Previously, we handled it at the start of the command's _basename_. Even
though the backslash doesn't make a practical difference with regards to
aliases with paths, it seems more logical and clearer to handle it this
way.
When invoked as just the basename, this does not change anything.1 parent d93a6ab commit f6a2211
1 file changed
+8
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2500 | 2500 | | |
2501 | 2501 | | |
2502 | 2502 | | |
| 2503 | + | |
| 2504 | + | |
| 2505 | + | |
| 2506 | + | |
| 2507 | + | |
| 2508 | + | |
| 2509 | + | |
| 2510 | + | |
2503 | 2511 | | |
2504 | 2512 | | |
2505 | 2513 | | |
| |||
2538 | 2546 | | |
2539 | 2547 | | |
2540 | 2548 | | |
2541 | | - | |
2542 | | - | |
2543 | | - | |
2544 | | - | |
2545 | | - | |
2546 | | - | |
2547 | | - | |
2548 | | - | |
2549 | 2549 | | |
2550 | 2550 | | |
2551 | 2551 | | |
| |||
0 commit comments