To: vim_dev@googlegroups.com Subject: Patch 8.2.1635 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 8.2.1635 Problem: No digraph for 0x2022 BULLET. Solution: Use "oo". (Hans Ginzel, closes #6904) Files: src/digraph.c, runtime/doc/digraph.txt *** ../vim-8.2.1634/src/digraph.c 2020-07-14 23:02:38.180781060 +0200 --- src/digraph.c 2020-09-08 19:04:37.096088931 +0200 *************** *** 1173,1178 **** --- 1173,1179 ---- {'9', '"', 0x201f}, {'/', '-', 0x2020}, {'/', '=', 0x2021}, + {'o', 'o', 0x2022}, {'.', '.', 0x2025}, {',', '.', 0x2026}, {'%', '0', 0x2030}, *** ../vim-8.2.1634/runtime/doc/digraph.txt 2019-12-12 12:49:05.000000000 +0100 --- runtime/doc/digraph.txt 2020-09-08 19:04:37.096088931 +0200 *************** *** 33,38 **** --- 33,40 ---- 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. *************** *** 919,924 **** --- 921,927 ---- ‟ 9" 201F 8223 DOUBLE HIGH-REVERSED-9 QUOTATION MARK † /- 2020 8224 DAGGER ‡ /= 2021 8225 DOUBLE DAGGER + • oo 2022 8226 BULLET ‥ .. 2025 8229 TWO DOT LEADER … ,. 2026 8230 HORIZONTAL ELLIPSIS ‰ %0 2030 8240 PER MILLE SIGN *** ../vim-8.2.1634/src/version.c 2020-09-07 22:05:24.465609726 +0200 --- src/version.c 2020-09-08 19:04:30.120118364 +0200 *************** *** 756,757 **** --- 756,759 ---- { /* Add new patch number below this line */ + /**/ + 1635, /**/ -- In Africa some of the native tribes have a custom of beating the ground with clubs and uttering spine chilling cries. Anthropologists call this a form of primitive self-expression. In America we call it golf. /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language -- http://www.Zimbu.org /// \\\ help me help AIDS victims -- http://ICCF-Holland.org ///