Skip to content

Commit 9894556

Browse files
committed
patch 8.2.1540: the user cannot try out emoji character widths
Problem: The user cannot try out emoji character widths. Solution: Move the emoji script to the runtime/tools directory.
1 parent e3d4685 commit 9894556

3 files changed

Lines changed: 3 additions & 1 deletion

File tree

Filelist

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,6 @@ SRC_ALL = \
197197
src/testdir/samples/*.txt \
198198
src/testdir/samples/test000 \
199199
src/testdir/color_ramp.vim \
200-
src/testdir/emoji_list.vim \
201200
src/testdir/silent.wav \
202201
src/testdir/popupbounce.vim \
203202
src/proto.h \
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
" Script to fill the window with emoji characters, one per line.
2+
" Source this script: :source %
23

34
if &modified
45
new

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -754,6 +754,8 @@ static char *(features[]) =
754754

755755
static int included_patches[] =
756756
{ /* Add new patch number below this line */
757+
/**/
758+
1540,
757759
/**/
758760
1539,
759761
/**/

0 commit comments

Comments
 (0)