|
|
073263 |
To: vim_dev@googlegroups.com
|
|
|
073263 |
Subject: Patch 7.4.335
|
|
|
073263 |
Fcc: outbox
|
|
|
073263 |
From: Bram Moolenaar <Bram@moolenaar.net>
|
|
|
073263 |
Mime-Version: 1.0
|
|
|
073263 |
Content-Type: text/plain; charset=UTF-8
|
|
|
073263 |
Content-Transfer-Encoding: 8bit
|
|
|
073263 |
------------
|
|
|
073263 |
|
|
|
073263 |
Patch 7.4.335
|
|
|
073263 |
Problem: No digraph for the new rouble sign.
|
|
|
073263 |
Solution: Add the digraphs =R and =P.
|
|
|
073263 |
Files: src/digraph.c, runtime/doc/digraph.txt
|
|
|
073263 |
|
|
|
073263 |
|
|
|
073263 |
*** ../vim-7.4.334/src/digraph.c 2012-01-10 21:57:16.000000000 +0100
|
|
|
073263 |
--- src/digraph.c 2014-06-18 21:36:46.148415099 +0200
|
|
|
073263 |
***************
|
|
|
073263 |
*** 1425,1430 ****
|
|
|
073263 |
--- 1425,1432 ----
|
|
|
073263 |
{'W', '=', 0x20a9},
|
|
|
073263 |
{'=', 'e', 0x20ac}, /* euro */
|
|
|
073263 |
{'E', 'u', 0x20ac}, /* euro */
|
|
|
073263 |
+ {'=', 'R', 0x20bd}, /* rouble */
|
|
|
073263 |
+ {'=', 'P', 0x20bd}, /* rouble */
|
|
|
073263 |
{'o', 'C', 0x2103},
|
|
|
073263 |
{'c', 'o', 0x2105},
|
|
|
073263 |
{'o', 'F', 0x2109},
|
|
|
073263 |
*** ../vim-7.4.334/runtime/doc/digraph.txt 2013-08-10 13:24:52.000000000 +0200
|
|
|
073263 |
--- runtime/doc/digraph.txt 2014-06-18 21:35:21.684411903 +0200
|
|
|
073263 |
***************
|
|
|
073263 |
*** 147,153 ****
|
|
|
073263 |
Two 2 Hook
|
|
|
073263 |
Nine 9 Horn
|
|
|
073263 |
|
|
|
073263 |
! Equals = Cyrillic
|
|
|
073263 |
Asterisk * Greek
|
|
|
073263 |
Percent sign % Greek/Cyrillic special
|
|
|
073263 |
Plus + smalls: Arabic, capitals: Hebrew
|
|
|
073263 |
--- 147,153 ----
|
|
|
073263 |
Two 2 Hook
|
|
|
073263 |
Nine 9 Horn
|
|
|
073263 |
|
|
|
073263 |
! Equals = Cyrillic (= used as second char)
|
|
|
073263 |
Asterisk * Greek
|
|
|
073263 |
Percent sign % Greek/Cyrillic special
|
|
|
073263 |
Plus + smalls: Arabic, capitals: Hebrew
|
|
|
073263 |
***************
|
|
|
073263 |
*** 170,175 ****
|
|
|
073263 |
--- 170,180 ----
|
|
|
073263 |
used for the euro sign, while both of them are the character 164, 0xa4. For
|
|
|
073263 |
compatibility with zsh Eu can also be used for the euro sign.
|
|
|
073263 |
|
|
|
073263 |
+ ROUBLE
|
|
|
073263 |
+
|
|
|
073263 |
+ The rouble sign was added in 2014 as 0x20bd. Vim supports the digraphs =R and
|
|
|
073263 |
+ =P for this. Note that R= and P= are other characters.
|
|
|
073263 |
+
|
|
|
073263 |
*digraph-table*
|
|
|
073263 |
char digraph hex dec official name ~
|
|
|
073263 |
^@ NU 0x00 0 NULL (NUL)
|
|
|
073263 |
***************
|
|
|
073263 |
*** 966,971 ****
|
|
|
073263 |
--- 971,978 ----
|
|
|
073263 |
₧ Pt 20A7 8359 PESETA SIGN
|
|
|
073263 |
₩ W= 20A9 8361 WON SIGN
|
|
|
073263 |
€ Eu 20AC 8364 EURO SIGN
|
|
|
073263 |
+ ₽ =R 20AC 8381 ROUBLE SIGN
|
|
|
073263 |
+ ₽ =P 20AC 8381 ROUBLE SIGN
|
|
|
073263 |
℃ oC 2103 8451 DEGREE CELSIUS
|
|
|
073263 |
℅ co 2105 8453 CARE OF
|
|
|
073263 |
℉ oF 2109 8457 DEGREE FAHRENHEIT
|
|
|
073263 |
***************
|
|
|
073263 |
*** 1077,1083 ****
|
|
|
073263 |
⊥ -T 22A5 8869 UP TACK
|
|
|
073263 |
⋅ .P 22C5 8901 DOT OPERATOR
|
|
|
073263 |
⋮ :3 22EE 8942 VERTICAL ELLIPSIS
|
|
|
073263 |
! ⋯ .3 22EF 8943 MIDLINE HORIZONTAL ELLIPSIS
|
|
|
073263 |
⌂ Eh 2302 8962 HOUSE
|
|
|
073263 |
⌈ <7 2308 8968 LEFT CEILING
|
|
|
073263 |
⌉ >7 2309 8969 RIGHT CEILING
|
|
|
073263 |
--- 1084,1090 ----
|
|
|
073263 |
⊥ -T 22A5 8869 UP TACK
|
|
|
073263 |
⋅ .P 22C5 8901 DOT OPERATOR
|
|
|
073263 |
⋮ :3 22EE 8942 VERTICAL ELLIPSIS
|
|
|
073263 |
! ⋯ .3 22EF 8943 MIDLINE HORIZONTAL ELLIPSIS
|
|
|
073263 |
⌂ Eh 2302 8962 HOUSE
|
|
|
073263 |
⌈ <7 2308 8968 LEFT CEILING
|
|
|
073263 |
⌉ >7 2309 8969 RIGHT CEILING
|
|
|
073263 |
*** ../vim-7.4.334/src/version.c 2014-06-18 21:20:07.240377308 +0200
|
|
|
073263 |
--- src/version.c 2014-06-18 21:36:14.632413906 +0200
|
|
|
073263 |
***************
|
|
|
073263 |
*** 736,737 ****
|
|
|
073263 |
--- 736,739 ----
|
|
|
073263 |
{ /* Add new patch number below this line */
|
|
|
073263 |
+ /**/
|
|
|
073263 |
+ 335,
|
|
|
073263 |
/**/
|
|
|
073263 |
|
|
|
073263 |
--
|
|
|
073263 |
You got to work at a mill? Lucky! I got sent back to work in the
|
|
|
073263 |
acid-mines for my daily crust of stale bread... which not even the
|
|
|
073263 |
birds would eat.
|
|
|
073263 |
|
|
|
073263 |
/// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\
|
|
|
073263 |
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
|
|
|
073263 |
\\\ an exciting new programming language -- http://www.Zimbu.org ///
|
|
|
073263 |
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
|