-
-
Couldn't load subscription status.
- Fork 132
Open
Description
Steps to reproduce:
setlocal makeprg=sleep\ 1\ \\\|\ echo\ try
makeNow the compiler takes 1 second and echoes try
setlocal makeprg=sleep\ 1\ \\\|\ echo\ try
Make|| sleep: invalid time interval ‘|’
|| sleep: invalid time interval ‘echo’
|| sleep: invalid time interval ‘try’
|| Try 'sleep --help' for more information.
If I use makeprg=sleep\ 1\ \|\ echo\ try, Make works fine but make does not.
Metadata
Metadata
Assignees
Labels
No labels