aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJames McCoy <jamessan@jamessan.com>2016-09-22 00:12:44 -0400
committerJames McCoy <jamessan@jamessan.com>2016-09-24 14:03:23 -0400
commitdafca1ad68676d83845086963d3ef09d2e91679f (patch)
tree2c2ebe2156dba983845f843119285c21733d6b66 /src
parente161d6a19de2dbbbd1e2c209b88903c59a2eaae6 (diff)
downloadrneovim-dafca1ad68676d83845086963d3ef09d2e91679f.tar.gz
rneovim-dafca1ad68676d83845086963d3ef09d2e91679f.tar.bz2
rneovim-dafca1ad68676d83845086963d3ef09d2e91679f.zip
vim-patch:7.4.1642
Problem: Handling emoji characters as full width has problems with backwards compatibility. Solution: Only put characters in the 1f000 range in the emoji table. https://github.com/vim/vim/commit/6a08454b93784c92296d4c08456401cbaa74c9d5
Diffstat (limited to 'src')
-rw-r--r--src/nvim/version.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/version.c b/src/nvim/version.c
index eef77fbba7..b403ccfb80 100644
--- a/src/nvim/version.c
+++ b/src/nvim/version.c
@@ -801,7 +801,7 @@ static int included_patches[] = {
// 1645,
// 1644,
1643,
- // 1642,
+ 1642,
1641,
// 1640,
// 1639,