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.lua5
1 files changed, 4 insertions, 1 deletions
diff --git a/runtime/lua/vim/_meta/options.lua b/runtime/lua/vim/_meta/options.lua
index 0fc8518aa4..c032edf43c 100644
--- a/runtime/lua/vim/_meta/options.lua
+++ b/runtime/lua/vim/_meta/options.lua
@@ -1729,7 +1729,10 @@ vim.go.dex = vim.go.diffexpr
--- difference.
--- word Use internal diff to perform a
--- `word`-wise diff and highlight the
---- difference.
+--- difference. Non-alphanumeric
+--- multi-byte characters such as emoji
+--- and CJK characters are considered
+--- individual words.
---
--- internal Use the internal diff library. This is
--- ignored when 'diffexpr' is set. *E960*