Skip to content

Instantly share code, notes, and snippets.

@phnessu4
Created May 16, 2013 07:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save phnessu4/5590018 to your computer and use it in GitHub Desktop.
Save phnessu4/5590018 to your computer and use it in GitHub Desktop.
#vim下查看换行符
set list
#vim下查看windows换行符
e ++ff=unix %
#替换windows换行符
%s/^M$//g
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment