commit | 5f73ef8d20070cd45c9aea4dc33c2e0657f5515c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Feb 27 21:09:30 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Feb 27 21:09:30 2018 +0100 |
tree | 4a223aa7d89da5c1d733287193626efee279155e | |
parent | 8195247054a659fe5cbc238197634d5e13e8e8e9 [diff] [blame] |
patch 8.0.1553: cannot see what digraph is used to insert a character Problem: Cannot see what digraph is used to insert a character. Solution: Show the digraph with the "ga" command. (Christian Brabandt)
diff --git a/src/version.c b/src/version.c index 48da8a3..5f66464 100644 --- a/src/version.c +++ b/src/version.c
@@ -779,6 +779,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1553, +/**/ 1552, /**/ 1551,