Alexey,
+ :call system("chmod +x -- " . escapeshell(expand("%")))
That should have been:
+ :call system("chmod +x -- " . shellescape(expand("%")))
Regards,
Christ van Willegen
Alexey,
+ :call system("chmod +x -- " . escapeshell(expand("%")))
That should have been:
+ :call system("chmod +x -- " . shellescape(expand("%")))
Regards,
Christ van Willegen