I'm working on MacOS (Sierra 10.12.1).
In my gitconfig I have the option autocrlf = true.
I install Vundle like this:
git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
(commit 88688fe453038ac1ac26e31646cfbec50fca2fb7)
And vim (8.0.55) crash at startup (caused by ^M at the end of line).
I'm working on MacOS (Sierra 10.12.1).
In my gitconfig I have the option
autocrlf = true.I install Vundle like this:
git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim(commit
88688fe453038ac1ac26e31646cfbec50fca2fb7)And vim (
8.0.55) crash at startup (caused by ^M at the end of line).