Skip to content

Commit 25eced6

Browse files
committed
Update emoji-data URL for Unicode 10
vim-patch:8.0.0652
1 parent 42d8929 commit 25eced6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/download-unicode-files.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ for filename in $data_files ; do
3030
done
3131

3232
for filename in $emoji_files ; do
33-
curl -o "$UNIDIR/$filename" "$DOWNLOAD_URL_BASE/emoji/3.0/$filename"
33+
curl -o "$UNIDIR/$filename" "$DOWNLOAD_URL_BASE/emoji/latest/$filename"
3434
(
3535
cd "$UNIDIR"
3636
git add $filename

0 commit comments

Comments
 (0)