mirror of
https://github.com/tbabej/taskwiki.git
synced 2025-08-19 15:53:07 +02:00
Rename plugin to vimwiki-pytasks
This commit is contained in:
parent
019f566b67
commit
ddf3afbfd4
3 changed files with 1 additions and 12 deletions
|
@ -1,11 +0,0 @@
|
||||||
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
|
|
|
@ -1,5 +1,5 @@
|
||||||
let s:plugin_path = escape(expand('<sfile>:p:h'), '\')
|
let s:plugin_path = escape(expand('<sfile>:p:h'), '\')
|
||||||
execute 'pyfile ' . s:plugin_path . '/../autoload/vimwiki_pytasks.py'
|
execute 'pyfile ' . s:plugin_path . '/../autoload/vimwiki-pytasks.py'
|
||||||
|
|
||||||
augroup vimwiki_pytasks
|
augroup vimwiki_pytasks
|
||||||
" when saving the file sync the tasks from vimwiki to TW
|
" when saving the file sync the tasks from vimwiki to TW
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue