Guest User

Untitled

a guest
Apr 26th, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. function! Test()
  2. let l:foo = 1
  3. python << __END__
  4. print type(vim.eval('l:foo'))
  5. print type(1)
  6. __END__
  7. endfunction
  8.  
  9. call Test()
Add Comment
Please, Sign In to add comment