Skip to content

Instantly share code, notes, and snippets.

@supermomonga
Created August 22, 2013 06:21
Show Gist options
  • Save supermomonga/6303800 to your computer and use it in GitHub Desktop.
Save supermomonga/6303800 to your computer and use it in GitHub Desktop.
let s:momonga = {"super": "momonga"}
function! s:momonga.bar()
echo self["super"]
endfunction
function! s:momonga.new()
return deepcopy(self)
endfunction
call s:momonga.new().bar()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment