0
0
mirror of https://github.com/vim/vim.git synced 2025-09-24 03:44:06 -04:00

updated for version 7.0146

This commit is contained in:
Bram Moolenaar
2005-09-13 21:20:47 +00:00
parent 5e0d6678ad
commit f75a963eea
31 changed files with 628 additions and 167 deletions

View File

@@ -336,6 +336,7 @@ static digr_T digraphdefault[] =
{'A', 'E', 158}, /* <20> */
{'o', 'x', 159}, /* <20> - currency symbol in ISO 8859-1 */
{'e', '=', 159}, /* <20> - euro symbol in ISO 8859-15 */
{'E', 'u', 159}, /* <20> - euro symbol in ISO 8859-15 */
{'j', 'u', 160}, /* <20> */
{'y', '"', 167}, /* x XX */
{'~', '!', 170}, /* <20> */
@@ -1423,6 +1424,7 @@ static digr_T digraphdefault[] =
{'P', 't', 0x20a7},
{'W', '=', 0x20a9},
{'=', 'e', 0x20ac}, /* euro */
{'E', 'u', 0x20ac}, /* euro */
{'o', 'C', 0x2103},
{'c', 'o', 0x2105},
{'o', 'F', 0x2109},