mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 23:24:39 +00:00
f85f6a0127
This helps prevent seeing partially written items from other sessions, in preparation to reducing the amount of flocking done.
7 lines
No EOL
195 B
Text
7 lines
No EOL
195 B
Text
- 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 |