Skip to content

Instantly share code, notes, and snippets.

@mattn
Created October 15, 2016 12:49
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 mattn/096fa73161ab2a2ddfd9e377970fab64 to your computer and use it in GitHub Desktop.
Save mattn/096fa73161ab2a2ddfd9e377970fab64 to your computer and use it in GitHub Desktop.
let s='中華料理画像うpよろしく'|let u=split(s,'\zs')|let l=len(u)-1|echom s|call map(map(range(2,l),{i->g:u[i+1].repeat("@",g:l-1).g:u[-i-2]}),'execute("echom v:val",0)')|echom join(reverse(u),'')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment