commit | e8d1f20cbd425e33e4fcc09d46f98e5c9e6a833e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jun 18 21:38:18 2014 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jun 18 21:38:18 2014 +0200 |
tree | b9de629bcb4c253bf5e31277845791c6a87f0b89 | |
parent | deae0f25663bdcd30b7fd8eb440ab0d34ee7ed45 [diff] [blame] |
updated for version 7.4.335 Problem: No digraph for the new rouble sign. Solution: Add the digraphs =R and =P.
diff --git a/src/digraph.c b/src/digraph.c index fc29ac7..9f7d0cc 100644 --- a/src/digraph.c +++ b/src/digraph.c
@@ -1425,6 +1425,8 @@ {'W', '=', 0x20a9}, {'=', 'e', 0x20ac}, /* euro */ {'E', 'u', 0x20ac}, /* euro */ + {'=', 'R', 0x20bd}, /* rouble */ + {'=', 'P', 0x20bd}, /* rouble */ {'o', 'C', 0x2103}, {'c', 'o', 0x2105}, {'o', 'F', 0x2109},