Skip to content

Instantly share code, notes, and snippets.

@rainerborene
Created October 23, 2014 20:47
Show Gist options
  • Save rainerborene/f18f5da337c6f0fe40a8 to your computer and use it in GitHub Desktop.
Save rainerborene/f18f5da337c6f0fe40a8 to your computer and use it in GitHub Desktop.
let regs='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789/-"' | let i=0 | while (i<strlen(regs)) | exec 'let @'.regs[i].'=""' | let i=i+1 | endwhile | unlet regs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment