Skip to content

Instantly share code, notes, and snippets.

@mattn
Created July 11, 2016 17:13
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/c64851b8dacff4d54d9a0ec532d7b041 to your computer and use it in GitHub Desktop.
Save mattn/c64851b8dacff4d54d9a0ec532d7b041 to your computer and use it in GitHub Desktop.
let s:foo = {}
function! s:foo.bar()
let self["yes"] = "高須クリニック"
endfunction
lockvar s:foo
call s:foo.bar()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment