aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/digraph.txt
diff options
context:
space:
mode:
authorJan Edmund Lazo <jan.lazo@mail.utoronto.ca>2021-04-29 08:54:38 -0400
committerJan Edmund Lazo <jan.lazo@mail.utoronto.ca>2021-04-29 09:27:19 -0400
commit0a0034718c00fd9f434d20d29e415287db284bbe (patch)
tree8d99d94c42772a4c39acf059745609b85d596974 /runtime/doc/digraph.txt
parent27fb03f5a03db6738967f9e0e0ea85ea0fab7592 (diff)
downloadrneovim-0a0034718c00fd9f434d20d29e415287db284bbe.tar.gz
rneovim-0a0034718c00fd9f434d20d29e415287db284bbe.tar.bz2
rneovim-0a0034718c00fd9f434d20d29e415287db284bbe.zip
vim-patch:2547aa930b59
Update runtime files. https://github.com/vim/vim/commit/2547aa930b59f5e2bcb70e81d5a57ed461e59b4f Omit modifyOtherKeys, vim9, vim.man.
Diffstat (limited to 'runtime/doc/digraph.txt')
-rw-r--r--runtime/doc/digraph.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/doc/digraph.txt b/runtime/doc/digraph.txt
index 271b8c2597..b7dc16341d 100644
--- a/runtime/doc/digraph.txt
+++ b/runtime/doc/digraph.txt
@@ -30,6 +30,8 @@ An alternative is using the 'keymap' option.
it is the Unicode character, see |digraph-encoding|.
Example: >
:digr e: 235 a: 228
+< You can use `:exe` to enter a hex number: >
+ :exe 'digr += ' .. 0x2A72
< Avoid defining a digraph with '_' (underscore) as the
first character, it has a special meaning in the
future.