commit | d489c9801b3aaf284d42643507bbfb9ce3bc0f2f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Apr 12 20:00:21 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Apr 12 20:00:21 2019 +0200 |
tree | d0ef4e9fb69859be9895175c5970c2692efdf64b | |
parent | 3fbd2d7c316eaeea463b2f84f29b36d439306bf9 [diff] [blame] |
patch 8.1.1156: Unicode emoji and other image characters not recognized Problem: Unicode emoji and other image characters not recognized. Solution: Add ranges for musical notation, game pieces, etc. (Martin Tournoij, closes #4238)
diff --git a/src/version.c b/src/version.c index de7a99d..334a7ec 100644 --- a/src/version.c +++ b/src/version.c
@@ -772,6 +772,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1156, +/**/ 1155, /**/ 1154,