| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
Fixes #281
|
|
|
|
Fixes #278
|
|
|
|
|
|
|
|
Programs like grep called in '$' command will fail due to SIGPIPE
for example. So we need to keep the pipe open.
|
|
That is more consistant with other goto commands (that just move the cursor)
|
|
Some program (xclip), will fork a daemon keeping stdout/stderr open,
so waiting for them to be closed make kakoune hang. Commands discarding
stdout can then just not wait on it.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The Default face is used to set default color values, if set
to default (the default), refers to terminal default colors.
|
|
|
|
|
|
|
|
There was a problem with absolute path for symlink.
I think most of the packaging systems will be affected by this problem.
|
|
instead of having a single mode enabled, modes can be pushed/poped,
with the top of the stack being the active mode.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
We do not want to exit when a shell command closes stdin while we
are piping data to it.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This reverts commit b42de850314e7d76f873ddc7d64c5f7d2a30eb00.
|
|
|
|
Instead of running them all then deciding which to use.
|
|
|
|
|