You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mkdir: cannot change permissions of ‘/tmp/vimcat_3216’: Permission denied
Could not create temporary directory /tmp/vimcat_3216
I suspect it fails on something like mkdir -m 700 /tmp/vimcat_3216, since MSYS2 doesn't seem to support the -m option of mkdir
Indeed, going into vimcat and vimpager scripts, and editing mkdir_options="-m 700" lines to mkdir_options="" fixes the error
Sigh, another correction: seems the git version has this bug fixed without the need for above edits. So to fix this bugs it is sufficient to use the ce697c4cf34549796e1b533be3e337ca24b62c09 commit in the PKGBUILD
Description / Steps to reproduce the issue
execute command
echo foo | vimpager
in bashExpected behavior
output of
foo
to the terminalActual behavior
error
I suspect it fails on something like
mkdir -m 700 /tmp/vimcat_3216
, since MSYS2 doesn't seem to support the-m
option ofmkdir
Indeed, going into
vimcat
andvimpager
scripts, and editingmkdir_options="-m 700"
lines tomkdir_options=""
fixes the errorVerification
Windows Version
MSYS_NT-10.0-26100
Are you willing to submit a PR?
If someone points me to a guide on how to do it, sure
The text was updated successfully, but these errors were encountered: