Skip to content

Instantly share code, notes, and snippets.

@brandonpittman
Created February 16, 2017 23:52
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 brandonpittman/ea9cb85b947741c437e42ae35fd632ed to your computer and use it in GitHub Desktop.
Save brandonpittman/ea9cb85b947741c437e42ae35fd632ed to your computer and use it in GitHub Desktop.
Convert a ThronesDB decklist into a usable format for ThronesTeki
function! Gotconvert() abort
silent g/^\D/d
silent g/^$/d
silent %s/\v^(\d)x (.+)/\1\2
endfunction
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment