Skip to content

Instantly share code, notes, and snippets.

@osyo-manga
Last active December 18, 2015 15:38
Show Gist options
  • Select an option

  • Save osyo-manga/5805362 to your computer and use it in GitHub Desktop.

Select an option

Save osyo-manga/5805362 to your computer and use it in GitHub Desktop.
echom "hello, world"
function! s:func(a, b)
return a:a + a:b
endfunction
echom "3 + 2 = " . s:func(3, 2)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment