From d570e644c198e797a266303df01fbc8c01ac7bdd Mon Sep 17 00:00:00 2001 From: Dominik Madarasz Date: Tue, 21 May 2024 19:51:55 +0000 Subject: [PATCH] fix --- build_neovim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_neovim b/build_neovim index 49c7bf0..89eaa04 100755 --- a/build_neovim +++ b/build_neovim @@ -1,6 +1,6 @@ #!/bin/bash -git clone --recursive --depth=1 --branch tags/v0.9.5 https://github.com/neovim/neovim.git build-neovim +git clone --recursive --depth=1 --branch v0.9.5 https://github.com/neovim/neovim.git build-neovim cd build-neovim rm -rf build make CMAKE_BUILD_TYPE=Release -j8