Skip to content

Commit

Permalink
fix default config in README and doc/spectre.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
jiangyinzuo committed May 17, 2024
1 parent 4651801 commit 248bb33
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,13 +190,12 @@ require('spectre').setup({
cmd = "rg",
-- default args
args = {
'--pcre2'
'--color=never',
'--no-heading',
'--with-filename',
'--line-number',
'--column',
} ,
},
options = {
['ignore-case'] = {
value= "--ignore-case",
Expand Down
3 changes: 1 addition & 2 deletions doc/spectre.txt
Original file line number Diff line number Diff line change
Expand Up @@ -222,13 +222,12 @@ default settings.
cmd = "rg",
-- default args
args = {
'--pcre2'
'--color=never',
'--no-heading',
'--with-filename',
'--line-number',
'--column',
} ,
},
options = {
['ignore-case'] = {
value= "--ignore-case",
Expand Down
9 changes: 6 additions & 3 deletions doc/tags
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
spectre-customize spectre.txt /*spectre-customize*
spectre-customization spectre.txt /*spectre-customization*
spectre-faq spectre.txt /*spectre-faq*
spectre-installation spectre.txt /*spectre-installation*
spectre-nvim-spectre spectre.txt /*spectre-nvim-spectre*
spectre-regex-issue spectre.txt /*spectre-regex-issue*
spectre-regex-issues spectre.txt /*spectre-regex-issues*
spectre-replace spectre.txt /*spectre-replace*
spectre-replace-method spectre.txt /*spectre-replace-method*
spectre-sponsors spectre.txt /*spectre-sponsors*
spectre-table-of-contents spectre.txt /*spectre-table-of-contents*
spectre-usage spectre.txt /*spectre-usage*
spectre-why-spectre? spectre.txt /*spectre-why-spectre?*
spectre-warnings spectre.txt /*spectre-warnings*
spectre-why-use-spectre? spectre.txt /*spectre-why-use-spectre?*
spectre.txt spectre.txt /*spectre.txt*

0 comments on commit 248bb33

Please # to comment.