Add fuzzy matching support to the vimgrep command#8152
Add fuzzy matching support to the vimgrep command#8152yegappan wants to merge 1 commit intovim:masterfrom
Conversation
|
not sure why this is needed now. I approved the GH workflow |
Codecov Report
@@ Coverage Diff @@
## master #8152 +/- ##
===========================================
- Coverage 89.34% 2.47% -86.88%
===========================================
Files 148 146 -2
Lines 166611 161491 -5120
===========================================
- Hits 148853 3990 -144863
- Misses 17758 157501 +139743
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
src/quickfix.c
Outdated
| NULL, // search pattern | ||
| 0, // nr | ||
| 0, // type | ||
| TRUE // valid |
|
Hi Christian,
On Sun, Apr 25, 2021 at 11:21 PM Christian Brabandt < ***@***.***> wrote:
not sure why this is needed now. I approved the GH workflow
It looks like Github changed the policies:
https://github.blog/changelog/2021-04-22-github-actions-maintainers-must-approve-first-time-contributer-workflow-runs/
https://github.blog/2021-04-22-github-actions-update-helping-maintainers-combat-bad-actors/
When I updated the PR, the Github actions now requires maintainer
approval to run again.
- Yegappan
|
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
Thanks, this is unfortunately a bit annoying. I will check the PR page then more actively and see if I need to approve anything. |
This comment was marked as off-topic.
This comment was marked as off-topic.
|
Hi,
On Mon, Apr 26, 2021 at 11:01 PM Shane-XB-Qian ***@***.***> wrote:
seems just added [f] into quickfix.txt, but did not mentioned what's that
use for..
// supposed would update at next runtime update?
My pull request includes the updates to the help files. I guess it will
show up when Bram pushes the next runtime file updates.
- Yegappan
|
Problem: Cannot grep using fuzzy matching. Solution: Add the "f" flag to :vimgrep. (Yegappan Lakshmanan, closes vim/vim#8152) vim/vim@bb01a1e
Problem: Cannot grep using fuzzy matching. Solution: Add the "f" flag to :vimgrep. (Yegappan Lakshmanan, closes vim/vim#8152) vim/vim@bb01a1e
Problem: Cannot grep using fuzzy matching. Solution: Add the "f" flag to :vimgrep. (Yegappan Lakshmanan, closes vim/vim#8152) vim/vim@bb01a1e
Problem: Cannot grep using fuzzy matching. Solution: Add the "f" flag to :vimgrep. (Yegappan Lakshmanan, closes vim/vim#8152) vim/vim@bb01a1e
Problem: Cannot grep using fuzzy matching. Solution: Add the "f" flag to :vimgrep. (Yegappan Lakshmanan, closes vim/vim#8152) vim/vim@bb01a1e
Problem: Cannot grep using fuzzy matching. Solution: Add the "f" flag to :vimgrep. (Yegappan Lakshmanan, closes vim/vim#8152) vim/vim@bb01a1e
Problem: Cannot grep using fuzzy matching. Solution: Add the "f" flag to :vimgrep. (Yegappan Lakshmanan, closes vim/vim#8152) vim/vim@bb01a1e
No description provided.