mirror of
https://github.com/mawww/kakoune.git
synced 2024-12-15 22:23:54 +03:00
31caae20eb
readonly is supposed to prevent the user from modifying the buffer and it can be useful to generate a readonly fifo buffer. Fixes #3398
3 lines
123 B
Plaintext
3 lines
123 B
Plaintext
nop %sh{ mkfifo test-fifo; ( printf 'blah' > test-fifo ) </dev/null >/dev/null 2>&1 & }
|
|
edit -readonly -fifo test-fifo out
|