<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/xhtml; charset=utf-8">
</head>
<body>
<div style="font-family:sans-serif"><div style="white-space:normal"><p dir="auto">On 29 Jul 2018, at 16:57, Kevin Reid wrote:</p>
<blockquote style="border-left:2px solid #777; color:#777; margin:0 0 5px; padding-left:5px"><p dir="auto">I can't confirm right now because the problem is not happening (it's<br>
intermittent and I haven't identified a cause).</p>
</blockquote><p dir="auto">Try run something like this from a terminal to see if it is reproducible:</p>
<p dir="auto">    for (( i = 1; i < 50; i++ )); do echo -n "Edit $i..."; mate -w "/tmp/test $i.txt"; echo "Done!"; done</p>
<p dir="auto">I did this myself but only issue I saw was that sometimes TextMate wouldn’t activate, mostly addressed in these two commits: <a href="https://github.com/textmate/textmate/compare/cc9faa602...d93972f95" style="color:#3983C4">https://github.com/textmate/textmate/compare/cc9faa602...d93972f95</a> and should only hapen when `mate` is used in succession.</p>
</div>
</div>
</body>
</html>