Skip to content

Instantly share code, notes, and snippets.

@koron
Last active October 15, 2016 13:58
Show Gist options
  • Save koron/2c00302ae7d47853f5f9815f469752a8 to your computer and use it in GitHub Desktop.
Save koron/2c00302ae7d47853f5f9815f469752a8 to your computer and use it in GitHub Desktop.
let s='中華料理画像うpよろしく'
echom s
let a=split(s,'\zs')
let t=repeat('@',len(a)-2)
for b in map(a[1:-2],'v:val.t.a[-2-v:key]')
echom b
endfo
echom join(reverse(a),'')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment