Skip to content

Commit

Permalink
chore: auto generate docs
Browse files Browse the repository at this point in the history
  • Loading branch information
gbprod authored and github-actions[bot] committed Oct 5, 2023
1 parent 82edc9d commit d057ce8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/substitute-nvim.txt
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ the following keys with appropriate values:
- `motion = "ap"` Use this motion from the current cursor to get the range.

eg. specifying `range = '%'` will make the substitution run over the whole
file. See `:h [range]` for all the possible values here.
file. See |[range]| for all the possible values here.

eg. `lua require('substitute.range').operator({ range = { motion = 'ap' } })`
will select around paragraph as range of substitution.
Expand Down

0 comments on commit d057ce8

Please sign in to comment.