mirror of
https://github.com/tbabej/taskwiki.git
synced 2025-08-24 05:36:41 +02:00
Fixes filename and path in ftplugin to avoid conflict with vimwiki and
specific plugin managers
This commit is contained in:
parent
496bf34dfa
commit
0c964460e6
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ if exists("g:taskwiki_disable")
|
||||||
endif
|
endif
|
||||||
|
|
||||||
" Determine the plugin path
|
" Determine the plugin path
|
||||||
let s:plugin_path = escape(expand('<sfile>:p:h:h'), '\')
|
let s:plugin_path = escape(expand('<sfile>:p:h:h:h'), '\')
|
||||||
|
|
||||||
" Execute the main body of taskwiki source
|
" Execute the main body of taskwiki source
|
||||||
execute g:taskwiki_pyfile . s:plugin_path . '/taskwiki/main.py'
|
execute g:taskwiki_pyfile . s:plugin_path . '/taskwiki/main.py'
|
Loading…
Add table
Add a link
Reference in a new issue