We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hint must show remoute filename
The text was updated successfully, but these errors were encountered:
This may help: https://www.sublimetext.com/forum/viewtopic.php?f=3&t=18220#p68066
Sorry, something went wrong.
When I open two files with same name but that were in different folders, I can not distinguish them
cd logs/readme.txt rsub readme.txt cd ../conf/readme.txt rsub readme.txt
On sublime file tab I see:
readme.txt -- rsub-7jyhdU readme.txt -- rsub-kaklskd
and can not distinguish which file is located in logs/ and which in conf/
This has no effect ((
cd logs/readme.txt rsub --name logs/readme.txt readme.txt cd ../conf/readme.txt rsub --name conf/readme.txt readme.txt
Successfully merging a pull request may close this issue.
Hint must show remoute filename
The text was updated successfully, but these errors were encountered: