Age | Commit message (Collapse) | Author |
|
|
|
(plugin API reference)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
protocol)
|
|
|
|
|
|
arguments
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
screen/tmux)
|
|
|
|
This reverts commit b2466aae296dd5c20612f409c2c85bfd808acac2.
The option "-i" is not supported on FreeBSD.
|
|
|
|
|
|
|
|
|
|
current buffer (closes #150)
|
|
|
|
|
|
...try to speed up make by using multiple jobs if there is more than one
CPU available
Travis CI should now show the commands that build.sh executes in the
log. I mean commands, not only their output.
|
|
fash_finish makes it so that if one job fails, the build is marked as
failed without having to wait for the other jobs to finish. If there are
still unfinished jobs at the time of failure, they continue running
after the build has been marked as failed.
|
|
|
|
|
|
|
|
The result of function was sometimes wrong, for example base64 decoding of
"YWJj" was returning "ab" instead of "abc".
|
|
|
|
|