cameronharp / Go-Shell

Allows powershell users to navigate to specific directory paths in a quick and easy way.
MIT License
60 stars 12 forks source link

Prevent go's TabExpansion to overriding other TabExpansion implementations #2

Closed flofreud closed 10 years ago

flofreud commented 10 years ago

Depending on the load order the go module did overwrite the TabExpansion of posh-git. To prevent go from override posh-git's TabExpansion, the function-backup-pattern like used in posh-git was added.