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
commit710cc816f69e81b10fb0b5e6731021c49d33fcdd (patch)
treec4311627063433292f06cb8809d8582e8db593cb
parentAdd The Ten Thousand Doors of January (diff)
downloadsrc-710cc816f69e81b10fb0b5e6731021c49d33fcdd.tar.gz
src-710cc816f69e81b10fb0b5e6731021c49d33fcdd.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