converting files from unix to dos format or vice versa
when using babun, after importing .vimrc there was a lot of errors with ^M. Needs to convert file from unix to dos
find ~/.vim -type f | xargs dos2unix