mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-22 20:47:44 +08:00
f85f6a0127
This helps prevent seeing partially written items from other sessions, in preparation to reducing the amount of flocking done.
7 lines
195 B
Plaintext
7 lines
195 B
Plaintext
- cmd: echo alpha
|
|
when: 1339717374
|
|
- cmd: function foo\necho bar\nend
|
|
when: 1339717377
|
|
- cmd: echo this has\\\nbackslashes
|
|
when: 1339717385
|
|
- cmd: I should be ignored no trailing newline |