This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- screen.c.orig 2013-06-15 17:29:09.000000000 +0900 | |
+++ screen.c 2013-06-15 17:45:44.000000000 +0900 | |
@@ -9020,6 +9020,7 @@ | |
int j; | |
unsigned temp; | |
int cursor_row; | |
+ int cursor_col = 0; | |
int type; | |
int result_empty; | |
int can_ce = can_clear(T_CE); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/runtime/tools/unicode.vim b/runtime/tools/unicode.vim | |
index d733fe8..dfe9cef 100644 | |
--- a/runtime/tools/unicode.vim | |
+++ b/runtime/tools/unicode.vim | |
@@ -251,6 +251,27 @@ func! BuildWidthTable(pattern, tableName) | |
wincmd p | |
endfunc | |
+" Build the amoji width table in a new buffer. | |
+func! BuildEmojiTable(pattern, tableName) |