vim-patch:7.4.335 #1061

Problem:    No digraph for the new rouble sign.
Solution:   Add the digraphs =R and =P.

https://code.google.com/p/vim/source/detail?r=8ad2ecd116021ad5c945426e8bb80d741392b780
This commit is contained in:
André Twupack
2014-08-13 20:29:12 +02:00
committed by Justin M. Keyes
parent fde390133e
commit 9fb0026fcc
2 changed files with 3 additions and 1 deletions

View File

@@ -835,6 +835,8 @@ static digr_T digraphdefault[] =
{ 'W', '=', 0x20a9 }, { 'W', '=', 0x20a9 },
{ '=', 'e', 0x20ac }, // euro { '=', 'e', 0x20ac }, // euro
{ 'E', 'u', 0x20ac }, // euro { 'E', 'u', 0x20ac }, // euro
{ '=', 'R', 0x20bd }, // rouble
{ '=', 'P', 0x20bd }, // rouble
{ 'o', 'C', 0x2103 }, { 'o', 'C', 0x2103 },
{ 'c', 'o', 0x2105 }, { 'c', 'o', 0x2105 },
{ 'o', 'F', 0x2109 }, { 'o', 'F', 0x2109 },

View File

@@ -214,7 +214,7 @@ static int included_patches[] = {
//338, //338,
//337, //337,
//336, //336,
//335, 335,
//334, //334,
//333, //333,
//332, //332,