vim-quickrun icon indicating copy to clipboard operation
vim-quickrun copied to clipboard

Can't open tempfile: no such file or directory

Open R3load opened this issue 7 years ago • 0 comments

When trying to run a range with :'<,'>QuickRun:

/usr/bin/python: can't open file '/home/rld/local/tmp/nvim7Nlk4L/5': [Errno 2] No such file or directory

Problem persists after changing $TMPDIR to ~/local/tmp (seen above), no difference from using an empty $TMPDIR (falls back to /tmp/nvimXXXXXX/).

  • Using default tempfile.
  • :echo tempname() prints the right dir
  • ownership is correct, permissions are 0700

R3load avatar Jul 13 '18 03:07 R3load