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

Add another way to open the quickfix #37

Merged
merged 4 commits into from
Jan 13, 2014
Merged

Add another way to open the quickfix #37

merged 4 commits into from
Jan 13, 2014

Conversation

shiena
Copy link
Contributor

@shiena shiena commented Jan 12, 2014

It is possible to open the quickfix in another way by setting the
g:ghcmod_open_quickfix_function.
For example, it is effective in unite.vim and ctrlp and FuzzyFinder.

It is possible to open the quickfix in another way by setting the
`g:ghcmod_open_quickfix_function`.
For example, it is effective in unite.vim and ctrlp and FuzzyFinder.
let g:ghcmod_open_quickfix_function = 'GhcModQuickFix'
function! GhcModQuickFix()
" for unite.vim and unite-quickfix
execute 'Unite -no-empty quickfix'
Copy link
Owner

Choose a reason for hiding this comment

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

execute is redundant.

@shiena
Copy link
Contributor Author

shiena commented Jan 13, 2014

Thank you for review.
I was fixed pointed out both.

eagletmt added a commit that referenced this pull request Jan 13, 2014
Add another way to open the quickfix
@eagletmt eagletmt merged commit c1fb59c into eagletmt:master Jan 13, 2014
@eagletmt
Copy link
Owner

Thank you for your contribution!

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