Mercurial > vim
changeset 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 | 70a5d1b7b485 |
children | 4aa63564dd3f |
files | src/digraph.c src/version.c |
diffstat | 2 files changed, 4 insertions(+), 0 deletions(-) [+] |
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},