summaryrefslogtreecommitdiffstats
path: root/runtime/doc/options.txt
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2024-02-25 15:42:52 +0800
committerGitHub <noreply@github.com>2024-02-25 08:42:52 +0100
commitd086b8f646a67f6b16c46061ce773de1011b8ec7 (patch)
treed1cd576ceceafe227bb8e39091f5a131a398ab6b /runtime/doc/options.txt
parenta2ebb6e9176d007c11804bb9784beee35a8050c8 (diff)
runtime(doc): fix inconsistent indent (#14089)
Signed-off-by: zeertzjq <zeertzjq@outlook.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
Diffstat (limited to 'runtime/doc/options.txt')
-rw-r--r--runtime/doc/options.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt
index 48e45e835d..210bfdcbd6 100644
--- a/runtime/doc/options.txt
+++ b/runtime/doc/options.txt
@@ -366,14 +366,14 @@ created, thus they behave slightly differently:
shown (but that might change in the future).
:se[t] {option}< Set the effective value of {option} to its global
- value.
+ value.
For string |global-local| options, the local value is
removed, so that the global value will be used.
For all other options, the global value is copied to
the local value.
:setl[ocal] {option}< Set the effective value of {option} to its global
- value.
+ value.
For number and boolean |global-local| options, the
local value is removed, so that the global value will
be used.
@@ -2932,7 +2932,7 @@ A jump table for the options with a short description can be found at |Q_op|.
Use the indent heuristic for the internal
diff library.
- algorithm:{text} Use the specified diff algorithm with the
+ algorithm:{text} Use the specified diff algorithm with the
internal diff engine. Currently supported
algorithms are:
myers the default algorithm
@@ -6467,7 +6467,7 @@ A jump table for the options with a short description can be found at |Q_op|.
this option at the default "on". Only switch it off when working with
old Vi scripts.
- *'renderoptions'* *'rop'*
+ *'renderoptions'* *'rop'*
'renderoptions' 'rop' string (default: empty)
global
{only available when compiled with GUI and DIRECTX on