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
I have a .NERDTreeBookmarks file like this:
jira-migrate /Users/ned/jira-migrate aptus /Users/ned/aptus/trunk byterun /Users/ned/byterun cog /Users/ned/cog/trunk configuration /src/devstack/configuration coverage /Users/ned/coverage/trunk django /src/django/trunk edx-platform /src/devstack/edx-platform mako /Users/ned/lab/mako py27 /src/python/Python-2.7.5 py33 /src/python/Python-3.3.2 repo-tools /Users/ned/repo-tools stellated /Users/ned/web/stellated studygroup /Users/ned/bospy/studygroup
(I had manually sorted them since the sorting wasn't working, but move an entry to the top to demonstrate what I'm seeing.)
When bookmarks are "sorted", I see this in NERDTree:
>studygroup /Users/ned/bospy/studygroup/ >aptus /Users/ned/aptus/trunk/ >byterun /Users/ned/byterun/ >cog /Users/ned/cog/trunk/ >configuration /src/devstack/configuration/ >coverage /Users/ned/coverage/trunk/ >django /src/django/trunk/ >edx-platform /src/devstack/edx-platform/ >mako /Users/ned/lab/mako/ >py27 /src/python/Python-2.7.5/ >py33 /src/python/Python-3.3.2/ >repo-tools /Users/ned/repo-tools/ >stellated /Users/ned/web/stellated/ >jira-migrate /Users/ned/jira-migrate/
The text was updated successfully, but these errors were encountered:
BTW: I'm running the latest code from GitHub as of now, commit c2dd750.
Sorry, something went wrong.
Hey @nedbat,
Big fan of your talks, here.
This broken feature "bugged" me too. I put together PR #696 to fix the problem, let me know if this works for you.
Your suggestion in issue #540 was a good one that I'd like to see implemented. I'll get to it one of these days...
Thanks!
0b65089
No branches or pull requests
I have a .NERDTreeBookmarks file like this:
(I had manually sorted them since the sorting wasn't working, but move an entry to the top to demonstrate what I'm seeing.)
When bookmarks are "sorted", I see this in NERDTree:
The text was updated successfully, but these errors were encountered: