aboutsummaryrefslogtreecommitdiff
path: root/runtime/lua/vim
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/lua/vim')
-rw-r--r--runtime/lua/vim/_meta/options.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/lua/vim/_meta/options.lua b/runtime/lua/vim/_meta/options.lua
index 427bbd5124..5f93e42c35 100644
--- a/runtime/lua/vim/_meta/options.lua
+++ b/runtime/lua/vim/_meta/options.lua
@@ -1722,8 +1722,8 @@ vim.go.dex = vim.go.diffexpr
--- none Do not perform inline highlighting.
--- simple Highlight from first different
--- character to the last one in each
---- line. This is the default if nothing
---- is set.
+--- line. This is the default if no
+--- `inline:` value is set.
--- char Use internal diff to perform a
--- character-wise diff and highlight the
--- difference.