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

Use ripgrep as Vim's grepprg #56

Merged
merged 1 commit into from
Jun 25, 2017
Merged

Use ripgrep as Vim's grepprg #56

merged 1 commit into from
Jun 25, 2017

Conversation

gabebw
Copy link
Owner

@gabebw gabebw commented Jun 25, 2017

* Remove `[` from .gitignore because ripgrep reads the gitignore and
  errors on what it (and git, actually) thinks is the start of a regex
  (BurntSushi/ripgrep#526)
* Create `NewGrep` command; the `silent` suppresses fullscreen program
  output which I think prevents the screen from being cleared (or at
  least makes Vim look super odd after running it). To fix that, call
  `redraw!`.

# Why:
#
# *
#
# This change addresses the need by:
#
# *
#
# Side effects:
# *
#
# Trello:
@gabebw gabebw merged commit fac4b0c into master Jun 25, 2017
@gabebw gabebw deleted the gbw-ripgrep branch June 25, 2017 22:46
@gabebw gabebw added the Vim label Jul 3, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant