From d057ce801500e51886f18a9effb5457e2790165e Mon Sep 17 00:00:00 2001 From: gbprod Date: Thu, 5 Oct 2023 06:53:10 +0000 Subject: [PATCH] chore: auto generate docs --- doc/substitute-nvim.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/substitute-nvim.txt b/doc/substitute-nvim.txt index 13cda6d..f5541d2 100644 --- a/doc/substitute-nvim.txt +++ b/doc/substitute-nvim.txt @@ -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.