Skip to content

Instantly share code, notes, and snippets.

@omasanori
Created December 22, 2009 07:09
Show Gist options
  • Save omasanori/261569 to your computer and use it in GitHub Desktop.
Save omasanori/261569 to your computer and use it in GitHub Desktop.
function! Test()
let l:foo = 1
python << __END__
print type(vim.eval('l:foo'))
print type(1)
__END__
endfunction
call Test()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment