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

Improve statusline message for GrepperSide #263

Merged
merged 1 commit into from
Jan 6, 2025
Merged

Conversation

phongnh
Copy link
Contributor

@phongnh phongnh commented Dec 10, 2024

Hi @mhinz

I am adding PR to address two following changes:

  • Fix statusline for GrepperSide with location list (Grepper -side -noquickfix)
  • Expose b:grepper_side_status for vim statusline plugin integration. It is in dictionary format, e.g. { 'files': 6, 'matches': 51 }

If you find this PR does make senses please help to accept this PR. Or if you need me to update PR, please let me know. Thanks for your support.

* Fix statusline for GrepperSide with location list
  (Grepper -side -noquickfix)
* Expose `b:grepper_side_status` for vim statusline plugin integration
  It is in dictionary format, e.g. `{ 'files': 6, 'matches': 51 }`
@lbonn lbonn merged commit f1b441c into mhinz:master Jan 6, 2025
@lbonn
Copy link
Collaborator

lbonn commented Jan 6, 2025

Thanks!

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