1
0
forked from aniani/vim
Files
vim/runtime/doc/Makefile
Bram Moolenaar ad4de52510 patch 8.1.2253: using "which" to check for an executable is not reliable
Problem:    Using "which" to check for an executable is not reliable.
Solution:   Use "command -v" instead.  Also exit with error code when
            generating tags has an error. (closes #5174)
2019-11-04 21:24:48 +01:00

8.8 KiB