forked from aniani/vim
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},
|
||||
{'=', 'e', 0x20ac}, /* euro */
|
||||
{'E', 'u', 0x20ac}, /* euro */
|
||||
{'=', 'R', 0x20bd}, /* rouble */
|
||||
{'=', 'P', 0x20bd}, /* rouble */
|
||||
{'o', 'C', 0x2103},
|
||||
{'c', 'o', 0x2105},
|
||||
{'o', 'F', 0x2109},
|
||||
|
@@ -734,6 +734,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
335,
|
||||
/**/
|
||||
334,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user