Skip to content

Instantly share code, notes, and snippets.

@aereal
Created January 28, 2015 10:52
Show Gist options
  • Save aereal/9fabcca8f7ed24552cc2 to your computer and use it in GitHub Desktop.
Save aereal/9fabcca8f7ed24552cc2 to your computer and use it in GitHub Desktop.
let s:name = 'aereal'
function! s:hello()
let name = 'someone'
endfunction
call s:hello()
echo s:name
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment