1
1
mirror of https://github.com/qvacua/vimr.git synced 2024-11-24 03:25:03 +03:00

Update neovim

This commit is contained in:
Tae Won Ha 2018-06-10 22:12:00 +02:00
parent 65b21b4005
commit 87314c28d0
2 changed files with 4 additions and 1 deletions

@ -1 +1 @@
Subproject commit 0a0f8fbf2a1d976294fd1a9bb7b4efb3cf7fe67b
Subproject commit 547a19356606b3853616e276526baac82a68b6f5

View File

@ -4,6 +4,9 @@ set -e
echo "### Building libnvim"
# Brew's gettext does not get sym-linked to PATH
export PATH=/usr/local/opt/gettext/bin:$PATH
ln -sf ../local.mk .
# We assume that we're already in the neovim project root.