mirror of
https://github.com/tbabej/taskwiki.git
synced 2025-08-24 05:36:41 +02:00
Initial commit
This commit is contained in:
commit
ab9c51af18
3 changed files with 66 additions and 0 deletions
11
autoload/vimwiki_pytasks.vim
Normal file
11
autoload/vimwiki_pytasks.vim
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue