]> granicus.if.org Git - vim/commitdiff
patch 8.2.1540: the user cannot try out emoji character widths v8.2.1540
authorBram Moolenaar <Bram@vim.org>
Sat, 29 Aug 2020 14:41:27 +0000 (16:41 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 29 Aug 2020 14:41:27 +0000 (16:41 +0200)
Problem:    The user cannot try out emoji character widths.
Solution:   Move the emoji script to the runtime/tools directory.

Filelist
runtime/tools/emoji_list.vim [moved from src/testdir/emoji_list.vim with 92% similarity]
src/version.c

index e44c1fd3a9ff7074089f664f9753dded430c9bff..42eaa1d3edd7079a997c83c40fbc35664a3ae3df 100644 (file)
--- a/Filelist
+++ b/Filelist
@@ -197,7 +197,6 @@ SRC_ALL =   \
                src/testdir/samples/*.txt \
                src/testdir/samples/test000 \
                src/testdir/color_ramp.vim \
-               src/testdir/emoji_list.vim \
                src/testdir/silent.wav \
                src/testdir/popupbounce.vim \
                src/proto.h \
similarity index 92%
rename from src/testdir/emoji_list.vim
rename to runtime/tools/emoji_list.vim
index e6a73c354abd0f2a72bc0d4e18ce7f0c4badb82c..1c8a4a3e4299be167ba5f206d8966d448c8608b3 100644 (file)
@@ -1,4 +1,5 @@
 " Script to fill the window with emoji characters, one per line.
+" Source this script: :source %
 
 if &modified
   new
index ba308cdba9113876c08ee6cb0f01dd081e5b76b7..cd341e2d85153033f2b78f120d68ae85b4b3ef31 100644 (file)
@@ -754,6 +754,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1540,
 /**/
     1539,
 /**/