zaiste / vimified

Yet another Vim configuration
http://zaiste.github.com/vimified/
686 stars 130 forks source link

Extra character `¬` in `Install.sh` file #46

Closed linjunpop closed 11 years ago

linjunpop commented 11 years ago

Extra character ¬ in Install.sh file

https://github.com/zaiste/vimified/commit/e6638484d87d26177475b0827015060eeb943d1f

gdhamilton commented 11 years ago

this seems to fix it for anyone looking:

curl -L https://raw.github.com/zaiste/vimified/master/install.sh | sed 's|\xc2\xac||g' | sh

looks like someone copy-pasted the end-line marker from a terminal?

AdrienGiboire commented 11 years ago

This is f*ing shit of mine. Didn't saw that one. Sorry for that… … … :-1:

Actually, I already proposed a pull request. Still pending.