0
0
mirror of https://github.com/vim/vim.git synced 2025-09-25 03:54:15 -04:00

updated for version 7.1-193

This commit is contained in:
Bram Moolenaar
2008-01-03 16:54:33 +00:00
parent aacbb0039c
commit 5f91c0ca81
2 changed files with 57 additions and 0 deletions

View File

@@ -1978,6 +1978,61 @@ static digr_T digraphdefault[] =
{'f', 't', 0xfb05},
{'s', 't', 0xfb06},
# endif /* FEAT_MBYTE */
/* Vim 5.x compatible digraphs that don't conflict with the above */
{'~', '!', 161}, /* <20> */
{'c', '|', 162}, /* <20> */
{'$', '$', 163}, /* <20> */
{'o', 'x', 164}, /* <20> - currency symbol in ISO 8859-1 */
{'Y', '-', 165}, /* <20> */
{'|', '|', 166}, /* <20> */
{'c', 'O', 169}, /* <20> */
{'-', ',', 172}, /* <20> */
{'-', '=', 175}, /* <20> */
{'~', 'o', 176}, /* <20> */
{'2', '2', 178}, /* <20> */
{'3', '3', 179}, /* <20> */
{'p', 'p', 182}, /* <20> */
{'~', '.', 183}, /* <20> */
{'1', '1', 185}, /* <20> */
{'~', '?', 191}, /* <20> */
{'A', '`', 192}, /* <20> */
{'A', '^', 194}, /* <20> */
{'A', '~', 195}, /* <20> */
{'A', '"', 196}, /* <20> */
{'A', '@', 197}, /* <20> */
{'E', '`', 200}, /* <20> */
{'E', '^', 202}, /* <20> */
{'E', '"', 203}, /* <20> */
{'I', '`', 204}, /* <20> */
{'I', '^', 206}, /* <20> */
{'I', '"', 207}, /* <20> */
{'N', '~', 209}, /* <20> */
{'O', '`', 210}, /* <20> */
{'O', '^', 212}, /* <20> */
{'O', '~', 213}, /* <20> */
{'/', '\\', 215}, /* <20> - multiplication symbol in ISO 8859-1 */
{'U', '`', 217}, /* <20> */
{'U', '^', 219}, /* <20> */
{'I', 'p', 222}, /* <20> */
{'a', '`', 224}, /* <20> */
{'a', '^', 226}, /* <20> */
{'a', '~', 227}, /* <20> */
{'a', '"', 228}, /* <20> */
{'a', '@', 229}, /* <20> */
{'e', '`', 232}, /* <20> */
{'e', '^', 234}, /* <20> */
{'e', '"', 235}, /* <20> */
{'i', '`', 236}, /* <20> */
{'i', '^', 238}, /* <20> */
{'n', '~', 241}, /* <20> */
{'o', '`', 242}, /* <20> */
{'o', '^', 244}, /* <20> */
{'o', '~', 245}, /* <20> */
{'u', '`', 249}, /* <20> */
{'u', '^', 251}, /* <20> */
{'y', '"', 255}, /* x XX */
{NUL, NUL, NUL}
};