Skip to content

Commit 44ae766

Browse files
author
Github Actions
committed
[docgen] CI: autogenerate vimdoc
skip-checks: true
1 parent 7bd0a41 commit 44ae766

2 files changed

Lines changed: 11 additions & 9 deletions

File tree

OPTIONS.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1367,15 +1367,16 @@ Git diff (changed files vs a git ref).
13671367

13681368
##### git_diff.ref
13691369

1370-
Type: `string`, Default: `"HEAD"`
1370+
Type: `string|string[]`, Default: `nil`
13711371

1372-
Git reference to compare against.
1372+
Git reference(s) to compare against.
13731373

1374-
##### git_diff.compare_against
1374+
##### git_diff.ref1
13751375

1376-
Type: `string`, Default: `""`
1376+
Type: `string`, Default: `nil`
13771377

13781378
Git reference used as the base for the comparison.
1379+
`compare_against` was renamed to `ref1`
13791380

13801381
#### git_files
13811382

doc/fzf-lua-opts.txt

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1847,16 +1847,17 @@ Git diff (changed files vs a git ref).
18471847

18481848
git_diff.ref *fzf-lua-opts-git_diff.ref*
18491849

1850-
Type: `string`, Default: `"HEAD"`
1850+
Type: `string|string[]`, Default: `nil`
18511851

1852-
Git reference to compare against.
1852+
Git reference(s) to compare against.
18531853

18541854

1855-
git_diff.compare_against *fzf-lua-opts-git_diff.compare_against*
1855+
git_diff.ref1 *fzf-lua-opts-git_diff.ref1*
18561856

1857-
Type: `string`, Default: `""`
1857+
Type: `string`, Default: `nil`
18581858

1859-
Git reference used as the base for the comparison.
1859+
Git reference used as the base for the comparison. `compare_against` was
1860+
renamed to `ref1`
18601861

18611862

18621863

0 commit comments

Comments
 (0)