mirror of
https://github.com/neovim/neovim.git
synced 2024-12-19 18:55:14 -07:00
Update emoji-data URL for Unicode 10
vim-patch:8.0.0652
This commit is contained in:
parent
42d892913d
commit
25eced62b6
@ -30,7 +30,7 @@ for filename in $data_files ; do
|
|||||||
done
|
done
|
||||||
|
|
||||||
for filename in $emoji_files ; do
|
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"
|
cd "$UNIDIR"
|
||||||
git add $filename
|
git add $filename
|
||||||
|
Loading…
Reference in New Issue
Block a user