Skip to content

Instantly share code, notes, and snippets.

@yyfrankyy
Created August 2, 2010 03:46
Show Gist options
  • Save yyfrankyy/504084 to your computer and use it in GitHub Desktop.
Save yyfrankyy/504084 to your computer and use it in GitHub Desktop.
# 删除空行,\s*匹配空格tab等,/d 删除
:v/\S/d
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment