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

Fix conflict with TabExpansionPlusPlus module #714

Merged
merged 1 commit into from
Nov 7, 2019
Merged

Fix conflict with TabExpansionPlusPlus module #714

merged 1 commit into from
Nov 7, 2019

Conversation

kborowinski
Copy link
Contributor

@kborowinski kborowinski commented Nov 7, 2019

Use module-qualified cmdlet name for Register-ArgumentCompleter. When TabExpansionPlusPlus module is imported before Posh-Git module the git auto-completion does not work anymore due to cmdlet name conflict (TabExpansionPlusPlus has own Register-ArgumentCompleter function)

Fixes #715

Use module-qualified cmdlet name for Register-ArgumentCompleter. When TabExpansionPlusPlus module is imported before Posh-Git module the git auto-completion does not work anymore due to cmdlet name conflict (TabExpansionPlusPlus has own Register-ArgumentCompleter function)
Copy link
Collaborator

@rkeithhill rkeithhill left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch. Thanks!

@rkeithhill rkeithhill merged commit f366087 into dahlbyk:master Nov 7, 2019
@kborowinski kborowinski deleted the patch-1 branch November 7, 2019 20:02
@dahlbyk dahlbyk added this to the v1.0 milestone Mar 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Tab completion doesn't work when TabExpansionPlusPlus module is imported before Posh-Git
3 participants