From f8ecca6a85ba9277c8a37a97ce8dfa3ec0d5c5ea Mon Sep 17 00:00:00 2001 From: Kevin MacMartin Date: Wed, 13 Mar 2024 15:04:17 -0400 Subject: [PATCH] Run type -P on nvim instead of vim for generating helptags --- update | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update b/update index 969f85e..6da3c84 100755 --- a/update +++ b/update @@ -272,7 +272,7 @@ fi # GENERATE PLUGIN HELP # -type -P vim >/dev/null && { +type -P nvim >/dev/null && { printf '%s' "$cbg_blue >> Generating plugin help:$c_reset" $timeout_command --preserve-status --foreground 1m nvim -c 'helptags ALL|qa!'