diff options
author | Thomas Vigouroux <tomvig38@gmail.com> | 2020-06-03 21:33:34 +0200 |
---|---|---|
committer | Thomas Vigouroux <tomvig38@gmail.com> | 2020-06-03 21:33:34 +0200 |
commit | 6b949211a06e21af67bf4cb3a20c6f87c932ef2a (patch) | |
tree | 71ce622f361f96da0d565932da08e621a67187a2 /scripts/update-ts-runtime.sh | |
parent | 6a93077475d298f46ac19c8030ed5b4a723685dc (diff) | |
download | rneovim-6b949211a06e21af67bf4cb3a20c6f87c932ef2a.tar.gz rneovim-6b949211a06e21af67bf4cb3a20c6f87c932ef2a.tar.bz2 rneovim-6b949211a06e21af67bf4cb3a20c6f87c932ef2a.zip |
treesitter: update runtime
Update to 81d533d2d1b580fdb507accabc91ceddffb5b6f0.
Diffstat (limited to 'scripts/update-ts-runtime.sh')
-rwxr-xr-x | scripts/update-ts-runtime.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/update-ts-runtime.sh b/scripts/update-ts-runtime.sh index c75c5d2a39..1a947e0ac9 100755 --- a/scripts/update-ts-runtime.sh +++ b/scripts/update-ts-runtime.sh @@ -19,6 +19,7 @@ if [ ! -d "$ts_source_dir" ]; then git clone "$ts_url" "$ts_source_dir" else echo "Found a non-empty $ts_source_dir directory..." + git -C "$ts_source_dir" fetch fi echo "Checking out $1..." |