Skip to content

Instantly share code, notes, and snippets.

@mkusher
Created August 13, 2015 19:28
Show Gist options
  • Save mkusher/c8d15dad4d68d9a55aab to your computer and use it in GitHub Desktop.
Save mkusher/c8d15dad4d68d9a55aab to your computer and use it in GitHub Desktop.
python << EOF
a = "Test str"
EOF
function! my_test_function()
python << EOF
import vim
vim.command("echo '" + a + "'")
EOF
endfunction
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment