summaryrefslogtreecommitdiffstats
path: root/runtime/doc/digraph.txt
diff options
context:
space:
mode:
authorh-east <h.east.727@gmail.com>2021-07-26 21:54:04 +0200
committerBram Moolenaar <Bram@vim.org>2021-07-26 21:54:04 +0200
commit29b857150c111a455f1a38a8f748243524f692e1 (patch)
tree461095b2d225d6bc7d2bf62abc12c66071823e5b /runtime/doc/digraph.txt
parentccb148ac63941feba879ea4678aa4713d81494f2 (diff)
patch 8.2.3226: new digraph functions use old naming schemev8.2.3226
Problem: New digraph functions use old naming scheme. Solution: Use the digraph_ prefix. (Hirohito Higashi, closes #8580)
Diffstat (limited to 'runtime/doc/digraph.txt')
-rw-r--r--runtime/doc/digraph.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/digraph.txt b/runtime/doc/digraph.txt
index 9715a88469..bfcf1350bc 100644
--- a/runtime/doc/digraph.txt
+++ b/runtime/doc/digraph.txt
@@ -40,7 +40,7 @@ An alternative is using the 'keymap' option.
future.
NOTE: This command cannot add a digraph that starts
with a white space. If you want to add such digraph,
- you can use |setdigraph()| instead.
+ you can use |digraph_set()| instead.
Vim is normally compiled with the |+digraphs| feature. If the feature is
disabled, the ":digraph" command will display an error message.