Blame SOURCES/7.4.335

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