aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames McCoy <jamessan@jamessan.com>2017-06-29 15:16:06 -0400
committerJames McCoy <jamessan@jamessan.com>2017-06-29 17:46:27 -0400
commit25eced62b651fceee04706af787bccd328d36496 (patch)
tree37e772bf82d62c645a4f064a3d04ca80b72e52d9
parent42d892913daa215c27e41b2255e96c1ce09ea56c (diff)
downloadrneovim-25eced62b651fceee04706af787bccd328d36496.tar.gz
rneovim-25eced62b651fceee04706af787bccd328d36496.tar.bz2
rneovim-25eced62b651fceee04706af787bccd328d36496.zip
Update emoji-data URL for Unicode 10
vim-patch:8.0.0652
-rwxr-xr-xscripts/download-unicode-files.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/download-unicode-files.sh b/scripts/download-unicode-files.sh
index 54fc32550c..5e9efebb43 100755
--- a/scripts/download-unicode-files.sh
+++ b/scripts/download-unicode-files.sh
@@ -30,7 +30,7 @@ for filename in $data_files ; do
done
for filename in $emoji_files ; do
- curl -o "$UNIDIR/$filename" "$DOWNLOAD_URL_BASE/emoji/3.0/$filename"
+ curl -o "$UNIDIR/$filename" "$DOWNLOAD_URL_BASE/emoji/latest/$filename"
(
cd "$UNIDIR"
git add $filename