eshion / vim-sync

Automatic sync SFTP,FTP,... for buffers in vim
67 stars 22 forks source link

Zsh problem with spaces within directory #4

Open maartendraijer opened 9 years ago

maartendraijer commented 9 years ago

Hi, I'm getting an error when running this script. I believe it has something to do with spaces in the current directory, but I'm not sure how to fix.

This is the error:

zsh:1: no such file or directory: /Users/maarten/Google
shell returned 127

Can you help me out?

hellovigoss commented 9 years ago

bro , can u show me full script? just got error when it run. a good plugin but can't run in my OSX,anybody help me

peidong commented 8 years ago

Same issue here.

zsh:1: permission denied: /mypath/
shell returned 126

And I am using OSX 10.11.

dragonxlwang commented 8 years ago

try using a quote on paths like "$0/$2/$3"