Y
Hacker News
new
|
ask
|
show
|
jobs
by
mbwgh
898 days ago
Yes, the exit code. See e.g. `:help cq` in vim. :q! and ZQ will yield exit code 0, which sometimes is not what you want if you want to ensure some task is properly aborted.
1 comments
cassepipe
898 days ago
Thanks !
link