mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 07:04:29 +00:00
f85f6a0127
This helps prevent seeing partially written items from other sessions, in preparation to reducing the amount of flocking done.
13 lines
No EOL
156 B
Text
13 lines
No EOL
156 B
Text
# 1339519901
|
|
ls /
|
|
# 1339519903
|
|
cd foobar
|
|
# 1339519906
|
|
function yay\
|
|
echo hi\
|
|
end
|
|
# 1339520882
|
|
echo #abc
|
|
# 1339520884
|
|
#def
|
|
echo no trailing newline ignore me |