This commit is contained in:
Maxime Coste 2022-04-11 19:55:34 +10:00
commit b2c6bc4690

View File

@ -59,5 +59,5 @@ for examples.
When the write end of the fifo is closed, the buffer becomes an ordinary
<<buffers#scratch-buffers,scratch buffer>>. When the buffer is deleted,
Kakoune closes the read end of the fifo, so any program writing to it
will receive `SIGPIPE`. This is useful as it permits to stop the writing
will receive `SIGPIPE`. This is useful as it permits stopping the writing
program when the buffer is deleted.