Hi all,<br><br><div> I was able to get it working with a modified version of the plugin at the gist Eirc pointed. Result at: <a href="https://gist.github.com/von/4f88275aea50c4b33d10">https://gist.github.com/von/4f88275aea50c4b33d10</a></div><div><br></div><div> I had to modify the plugin to get it to work for me because (1) OSX has an '/private' prepended to paths because everything temporary is a symlink, and (2) vim doesn't expand environment variables (e.g. $TMPDIR) in options, you have to do it explicitly (which is a little tricky when appending to an existing option I found, hence the use of 'let' instead of 'set').</div><div><br></div><div> I used "pass.*/*" as Jason pointed out instead of just a "*", but it's not really necessary, as the latter will match anything the former does.</div><div><br></div><div>Thanks,</div><div><br></div><div>Von </div><br><div class="gmail_quote">On Thu Jan 15 2015 at 4:46:40 AM Jason A. Donenfeld <<a href="mailto:Jason@zx2c4.com">Jason@zx2c4.com</a>> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Here's a sample filename from my system:<div><br></div><div>/dev/shm/pass.0Jp5WjVRXnQMF/Olbzs-blah-blah.txt<br></div><div><br></div><div>Just set your vim conditions on /dev/shm/pass.*/*</div></div>
</blockquote></div>