Run type -P on nvim instead of vim for generating helptags

This commit is contained in:
Kevin MacMartin 2024-03-13 15:04:17 -04:00
parent e89bc285d1
commit f8ecca6a85
1 changed files with 1 additions and 1 deletions

2
update
View File

@ -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!'