Commit Graph

60 Commits

Author SHA1 Message Date
c08b94b072 patch 9.1.1640: Unicode has deprecated some code-points
Problem:  Unicode has deprecated some code-points
Solution: Update the digraph tables to align with the Unicode v16
          release (David Friant)

This commit updates the digraphs Left-Pointing Angle Bracket '</'
and Right-Pointing Angle Bracket '/>' to account for the fact that
the old Unicode codepoints for them (2329 and 232A, respectively)
have been deprecated. As per the Miscellaneous Technical code chart
(https://www.unicode.org/charts/PDF/U2300.pdf), the old digraphs
have been reassigned to the CJK Left Angle Bracket and Right Angle
Bracket (3008 and 3009) with their declaration moved to the
appropriate block.

This commit also introduces the new digraphs '<[' and ']>' to
represent the Mathematical Left Angle Bracket and Mathematical
Right Angle Bracket (27E8 and 27E9) to replace the deprecated code
points in the Technical block.

Tests have been added and, I believe, the documentation has been
updated accordingly.

closes: #17990

Signed-off-by: David Friant <friant@HPEnvyx360.friant.dev>
Signed-off-by: Christian Brabandt <cb@256bit.org>
2025-08-16 18:33:05 +02:00
3a621188ee patch 9.1.1065: no digraph for "Approaches the limit"
Problem:  no digraph for "Approaches the limit"
Solution: Add the digraph using .= (Hans Ginzel)

Add digraph Approaches the Limit

≐ U+2250 https://www.fileformat.info/info/unicode/char/2250/index.htm

closes: #16508

Signed-off-by: Hans Ginzel <hans@matfyz.cz>
Signed-off-by: Christian Brabandt <cb@256bit.org>
2025-02-01 16:17:14 +01:00
b4ddc6c11e patch 9.1.0000: Vim 9.1 release
Problem:  Need a new release
Solution: Release Vim 9.1

Signed-off-by: Christian Brabandt <cb@256bit.org>
2024-01-02 16:51:11 +01:00
47416d1a74 patch 9.0.2056: no digraph for quadruple prime
Problem:  no digraph for quadruple prime
Solution: add quadruple prime digraph using 4'

closes: #13380

Signed-off-by: Jonathan Wright <quaggy@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
Co-authored-by: Jonathan Wright <quaggy@gmail.com>
2023-10-20 12:08:09 +02:00
71badf9547 Update runtime files 2023-04-22 22:40:14 +01:00
b59ae59a58 Update runtime files 2022-11-23 23:46:31 +00:00
eb49041875 release version 9.0
Problem:    About time to release Vim 9.0.
Solution:   Update the version number everywhere.
2022-06-28 13:44:46 +01:00
2286304cdb Update runtime files 2021-10-16 15:23:36 +01:00
53f7fccc94 Update runtime files 2021-07-28 20:10:16 +02:00
29b857150c 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 #8580)
2021-07-26 21:54:04 +02:00
6106504e9e patch 8.2.3184: cannot add a digraph with a leading space
Problem:    Cannot add a digraph with a leading space.  It is not easy to list
            existing digraphs.
Solution:   Add setdigraph(), setdigraphlist(), getdigraph() and
            getdigraphlist(). (closes #8580)
2021-07-19 20:07:21 +02:00
57ad94c5a9 patch 8.2.1635: no digraph for 0x2022 BULLET
Problem:    No digraph for 0x2022 BULLET.
Solution:   Use "oo". (Hans Ginzel, closes #6904)
2020-09-08 19:06:30 +02:00
2547aa930b Update runtime files. 2020-07-26 17:00:44 +02:00
98056533b9 Vim 8.2 release 2019-12-12 14:18:35 +01:00
25c9c680ec patch 8.1.1280: remarks about functionality not in Vi clutters the help
Problem:    Remarks about functionality not in Vi clutters the help.
Solution:   Move all info about what is new in Vim or already existed in Vi to
            vi_diff.txt.  Remove {not in Vi} remarks. (closes #4268) Add
            "noet" to the help files modeline.  Also include many other help
            file improvements.
2019-05-05 18:13:34 +02:00
4c92e75dd4 Update runtime files. 2019-02-17 21:18:32 +01:00
9d87a37ee9 Update runtime files. 2018-12-18 21:41:50 +01:00
eae8ae1b2b patch 8.1.0586: :digraph output is not easy to read
Problem:    :digraph output is not easy to read.
Solution:   Add highlighting for :digraphs. (Marcin Szamotulski, closes #3572)
            Also add section headers for :digraphs!.
2018-12-14 18:53:02 +01:00
d47d52232b Update runtime files. 2018-12-09 20:43:55 +01:00
91f84f6e11 Update runtime files. 2018-07-29 15:07:52 +02:00
b1c9198afb Vim 8.1 release
Update version number and information.  Fix a couple of tests.
2018-05-17 17:04:55 +02:00
25de4c232d Updated runtime files. 2016-11-06 14:48:06 +01:00
8161551724 patch 8.0.0062
Problem:    No digraph for HORIZONTAL ELLIPSIS.
Solution:   Use ",.". (Hans Ginzel, closes #1226)
2016-11-04 22:17:16 +01:00
bb76f24af2 Vim 8.0 release 2016-09-12 14:24:39 +02:00
946e27ab65 Updated runtime files. 2014-06-25 18:50:27 +02:00
bcb9898eba Runtime file updates. 2014-05-01 14:08:19 +02:00
4b550b4c50 Runtime file updates. 2013-12-15 10:02:33 +01:00
3b1db36689 release version 7.4 2013-08-10 15:00:24 +02:00
1a42b4befb Update files for the 7.4b BETA release. 2013-07-28 18:29:08 +02:00
913df81e74 Vim 7.4a BETA release. 2013-07-06 15:44:11 +02:00
d58e929fa2 Updated runtime files and translations. 2011-02-09 17:07:58 +01:00
7f03644116 Last changes for the 7.3 release! 2010-08-15 15:24:20 +02:00
db84e4599c Make the references to features in the help more consistent. (Sylvain Hitier) 2010-08-15 13:50:43 +02:00
4421d6af22 Version 7.3f -> 7.3g 2010-08-14 13:33:56 +02:00
82d1c33a8a Version 7.3e -> 7.3f. 2010-08-09 20:16:32 +02:00
257a9c873f 7.3d -> 7.3e. 2010-08-04 19:29:04 +02:00
9379f83030 Version 7.3c -> 7.3d 2010-08-01 20:38:51 +02:00
c3301874a6 7.3b -> 7.3c 2010-07-25 20:53:06 +02:00
d28478b557 Vim 7.3a -> 7.3b. 2010-07-18 23:29:58 +02:00
fff2beeeaa First step in the Vim 7.3 branch. Changed version numbers. 2010-05-15 13:56:02 +02:00
00a927d62b Updated runtime files. 2010-05-14 23:24:24 +02:00
ed39e1d53c updated for version 7.2-000 2008-08-09 17:55:22 +00:00
e37d50a5de updated for version 7.2c-000 2008-08-06 17:06:04 +00:00
c236c16d08 updated for version 7.2b-000 2008-07-13 17:41:49 +00:00
3577c6fafb updated for version 7.2a 2008-06-24 21:16:56 +00:00
376b899ac0 updated for version 7.1 2007-05-12 13:28:48 +00:00
82038d7312 updated for version 7.1b 2007-05-10 17:15:45 +00:00
9964e468c0 updated for version 7.1a 2007-05-05 17:54:07 +00:00
1423b9d3b8 updated for version 7.0 2006-05-07 15:16:06 +00:00
c9b4b05b35 updated for version 7.0g 2006-04-30 18:54:39 +00:00