0
0
mirror of https://github.com/vim/vim.git synced 2025-09-25 03:54:15 -04:00

updated for version 7.4.335

Problem:    No digraph for the new rouble sign.
Solution:   Add the digraphs =R and =P.
This commit is contained in:
Bram Moolenaar
2014-06-18 21:38:18 +02:00
parent deae0f2566
commit e8d1f20cbd
2 changed files with 4 additions and 0 deletions

View File

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

View File

@@ -734,6 +734,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
335,
/**/
334,
/**/