-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
vdir: make vdir an alias of ls to resolve missing ftl #10434
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Make vdir an alias of ls just as dir is an alias of ls, so vdir can access the ftl files of ls. Also merged vdir's ftl strings into ls's.
|
GNU testsuite comparison: |
CodSpeed Performance ReportMerging this PR will not alter performanceComparing Summary
Footnotes
|
|
Would you move issue tag to 1st comment with the word "closes" and fix |
|
GNU testsuite comparison: |
|
Hmm, This PR looks valid, but when I applied same change for #10549 , it was still broken. |
|
Please drop changes for |
ca7bb7c to
da5c690
Compare
|
GNU testsuite comparison: |
|
I dropped the changes for |
Fixes #10363
Make vdir an alias of ls just as dir is an alias of ls, so vdir can access the ftl files of ls. Also merged vdir's ftl strings into ls's.