summary refs log tree commit diff
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-03-24 16:34:01 -0400
committerJune McEnroe <june@causal.agency>2020-03-24 16:34:01 -0400
commit5ddf3c33242afa8eee88dcbd91037a9afb6383a3 (patch)
tree27e0aabbab434bf8b83fda45cb20170eec8fcfab
parentAdd The Ten Thousand Doors of January (diff)
downloadsrc-5ddf3c33242afa8eee88dcbd91037a9afb6383a3.tar.gz
src-5ddf3c33242afa8eee88dcbd91037a9afb6383a3.zip
Upgrade neovim to 0.4.3 on macOS
-rw-r--r--install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/install.sh b/install.sh
index d339f0ae..6e19edc3 100644
--- a/install.sh
+++ b/install.sh
@@ -8,7 +8,7 @@ pkgNetBSD="${pkgAny} vim"
 pkgLinux="${pkgAny} bc ctags gdb mksh neovim openssh"
 
 pkgsrcTag='20171103'
-neovimTag='v0.4.2'
+neovimTag='v0.4.3'
 
 Darwin() {
 	xcode-select --install || true