]> granicus.if.org Git - vim/commitdiff
updated for version 7.4.335 v7.4.335
authorBram Moolenaar <Bram@vim.org>
Wed, 18 Jun 2014 19:38:18 +0000 (21:38 +0200)
committerBram Moolenaar <Bram@vim.org>
Wed, 18 Jun 2014 19:38:18 +0000 (21:38 +0200)
Problem:    No digraph for the new rouble sign.
Solution:   Add the digraphs =R and =P.

src/digraph.c
src/version.c

index fc29ac7490133434f10465ea20b3d94df642088f..9f7d0cc4e2be72f6ae9d71f07d515b617c278a45 100644 (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},
index bf8567a9e58b5b3a648c0d6c321981913136d5f8..1fc748c400d21e061e3391d95e688cc124367340 100644 (file)
@@ -734,6 +734,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    335,
 /**/
     334,
 /**/