Fixes filename and path in ftplugin to avoid conflict with vimwiki and

specific plugin managers
This commit is contained in:
Igor Line 2017-10-08 11:54:21 +02:00 committed by Tomas Babej
parent 496bf34dfa
commit 0c964460e6

View file

@ -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'