Initial commit

This commit is contained in:
Tomas Babej 2014-12-04 23:58:17 +01:00
commit ab9c51af18
3 changed files with 66 additions and 0 deletions

View file

@ -0,0 +1,11 @@
function! vimwiki_pytasks#RandomExample()
python RandomExample()
endfunction
function! vimwiki_pytasks#RandomExample3()
python RandomExample3()
endfunction
function! vimwiki_pytasks#RandomExample2()
echom "This is random example 2"
endfunction