-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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:
- Loading branch information
Showing
3 changed files
with
18 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -53,7 +53,6 @@ Session.vim | |
8 | ||
9 | ||
] | ||
[ | ||
# Don't ignore directories | ||
!1/ | ||
!2/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters