Skip to content
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

Support tab-specific CWDs #1032

Merged
merged 7 commits into from
Oct 16, 2019
Merged

Support tab-specific CWDs #1032

merged 7 commits into from
Oct 16, 2019

Conversation

PhilRunninger
Copy link
Member

@PhilRunninger PhilRunninger commented Aug 28, 2019

Description of Changes

Closes #919

The user can now select whether to use :cd or :tcd when changing the current working directory. This is controlled by a new variable: g:NERDTreeUseTCD.

Closes #425

A new value was added to g:NERDTreeChDirMode. If it's set to 3, when switching tabs, an autocmd changes the CWD to be the root of the tab's NERDTree.


New Version Info

  • Derive a new version number. Increment the:
    • MAJOR version when you make incompatible API changes
    • MINOR version when you add functionality in a backwards-compatible manner
    • PATCH version when you make backwards-compatible bug fixes
  • Update CHANGELOG.md, following the established pattern.
  • Tag the merge commit, e.g. git tag -a 3.1.4 -m "v3.1.4" && git push origin --tags

@PhilRunninger PhilRunninger marked this pull request as ready for review October 16, 2019 15:46
@PhilRunninger PhilRunninger mentioned this pull request Oct 16, 2019
@PhilRunninger PhilRunninger merged commit 371feb7 into master Oct 16, 2019
@PhilRunninger PhilRunninger deleted the 425_919 branch October 16, 2019 17:26
ganghe74 referenced this pull request in ganghe74/.dotfiles Jun 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

tcd support Synchronize cwd on tab changes
1 participant