comparison runtime/doc/digraph.txt @ 25378:890fd8211202 v8.2.3226

patch 8.2.3226: new digraph functions use old naming scheme Commit: https://github.com/vim/vim/commit/29b857150c111a455f1a38a8f748243524f692e1 Author: h-east <h.east.727@gmail.com> Date: Mon Jul 26 21:54:04 2021 +0200 patch 8.2.3226: new digraph functions use old naming scheme Problem: New digraph functions use old naming scheme. Solution: Use the digraph_ prefix. (Hirohito Higashi, closes https://github.com/vim/vim/issues/8580)
author Bram Moolenaar <Bram@vim.org>
date Mon, 26 Jul 2021 22:00:07 +0200
parents c626fd34b66f
children bdda48f01a68
comparison
equal deleted inserted replaced
25377:5197d46bc088 25378:890fd8211202
38 < Avoid defining a digraph with '_' (underscore) as the 38 < Avoid defining a digraph with '_' (underscore) as the
39 first character, it has a special meaning in the 39 first character, it has a special meaning in the
40 future. 40 future.
41 NOTE: This command cannot add a digraph that starts 41 NOTE: This command cannot add a digraph that starts
42 with a white space. If you want to add such digraph, 42 with a white space. If you want to add such digraph,
43 you can use |setdigraph()| instead. 43 you can use |digraph_set()| instead.
44 44
45 Vim is normally compiled with the |+digraphs| feature. If the feature is 45 Vim is normally compiled with the |+digraphs| feature. If the feature is
46 disabled, the ":digraph" command will display an error message. 46 disabled, the ":digraph" command will display an error message.
47 47
48 Example of the output of ":digraphs": > 48 Example of the output of ":digraphs": >