diff src/digraph.c @ 5989:8ad2ecd11602 v7.4.335

updated for version 7.4.335 Problem: No digraph for the new rouble sign. Solution: Add the digraphs =R and =P.
author Bram Moolenaar <bram@vim.org>
date Wed, 18 Jun 2014 21:38:18 +0200
parents 320cc46d0eb0
children 1886f2863437
line wrap: on
line diff
--- a/src/digraph.c
+++ b/src/digraph.c
@@ -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},