issues
search
Vimjas
/
vim-testbed
Docker image for testing Vim plugins
42
stars
6
forks
source link
run_vim.sh: use bash for empty arg and handle any executable
#2
Closed
blueyed
closed
8 years ago
blueyed
commented
8 years ago
The "exit $?" after "exec" is not necessary: it never gets executed.
When passing in "install_vim" it should execute it. This uses
which
from busybox, which seems to look up programs only.
tweekmonster
commented
8 years ago
Thanks!
which
from busybox, which seems to look up programs only.