Skip to content

Commit

Permalink
Findstr only accepts flags until an arg.
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisant996 committed Apr 11, 2024
1 parent 16d47dc commit 94c1edd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions completions/findstr.lua
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ local file_matcher = clink.argmatcher():addarg({

-- luacheck: no max line length
clink.argmatcher("findstr")
:setflagsanywhere(false)
:_addexflags({
{"/b", "Matches pattern if at the beginning of a line"},
{"/e", "Matches pattern if at the end of a line"},
Expand Down

0 comments on commit 94c1edd

Please sign in to comment.