• Wincent
    Menu
  • Blog
  • Wiki
  • Snippets
  • Tags
  • Search

Converting DOS line endings to UNIX line endings in VimEdit

Created 10/3/2011, updated 5/18/2017

Open the file and check for brokenness:

:set ff?

Fix brokenness:

:set ff=unix
  • vim
  • wiki
Site
  • About
  • Blog
  • Wiki
  • Snippets
  • Tags
  • Search
External
  • GitHub
  • Twitter
  • YouTube
  • Facebook
  • LinkedIn
Colophon

Made by Greg Hurrell with Rust (with help from Git and Neovim).