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 haskell-hoogle to work with buffer local var #1167

Merged
merged 1 commit into from
Feb 21, 2016

Conversation

luntain
Copy link
Contributor

@luntain luntain commented Feb 21, 2016

Read the haskell-hoogle-command variable before switching to the help window which removes the buffer local haskell-hoogle-command from the scope.

In other words: This is a tiny change, I just extracted the command text into a variable defined outside the context of the new buffer so that the right buffer local haskell-hoogle-command is used.

read the haskell-hoogle-command variable before switching to the
help window which removes the buffer local haskell-hoogle-command
from the scope
@gracjan gracjan changed the title fix haskell-hoogle to work with buffer local var Fix haskell-hoogle to work with buffer local var Feb 21, 2016
gracjan added a commit that referenced this pull request Feb 21, 2016
Fix haskell-hoogle to work with buffer local var
@gracjan gracjan merged commit 2d42855 into haskell:master Feb 21, 2016
@gracjan
Copy link
Contributor

gracjan commented Feb 21, 2016

Great catch, thanks. Do you see any other things you could help with? #1088 is hoogle related, too.

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.

2 participants