From 9ee3d41ff47f668048e6b82ed5c4261aac18937e Mon Sep 17 00:00:00 2001 From: Billie Cleek Date: Wed, 22 Aug 2018 20:39:02 -0700 Subject: [PATCH] update the supported/tested version of Neovim Update the supported and tested version of Neovimn to v0.3.1, the latest release of Neovim. --- scripts/install-vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install-vim b/scripts/install-vim index eccf579841..29ba49a974 100755 --- a/scripts/install-vim +++ b/scripts/install-vim @@ -30,7 +30,7 @@ case "$vim" in "nvim") # Use latest stable version. - tag="v0.2.0" + tag="v0.3.1" giturl="https://github.com/neovim/neovim" ;;