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:
@@ -1425,6 +1425,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},
|
||||||
|
@@ -734,6 +734,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
335,
|
||||||
/**/
|
/**/
|
||||||
334,
|
334,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user