Jump to content

ashcatch

Member
  • Posts

    1
  • Joined

  • Last visited

Everything posted by ashcatch

  1. I had the problem with the line endings in MacVim as well. It is caused by the fact that the script uses CR as the line endings (and not LF or CRLF). By default, MacVim does not handle this. You can solve the problem if you explicitly tell vim to allow mac fileformat (and not only unix and dos), i.e. when I put set fileformats=unix,dos,mac into my .vimrc, then it works correctly for me. Rainer
×
×
  • Create New...