mirror of
https://github.com/tbabej/taskwiki.git
synced 2025-08-23 02:23:07 +02:00
tests: Fix vimwiki loading errors
Not only can we stop ignoring the errors, this also fixes TestInfoActionNotTriggeredByEnterOnLink which would otherwise cause vim to complain about g:vimwiki_wikilocal_vars not being available.
This commit is contained in:
parent
789d04f488
commit
698e2448f3
3 changed files with 6 additions and 6 deletions
|
@ -26,7 +26,7 @@ let s:plugin_path = escape(expand('<sfile>:p:h:h:h'), '\')
|
|||
|
||||
" Run the measure parts first, if desired
|
||||
if exists("g:taskwiki_measure_coverage")
|
||||
execute 'py3file ' . s:plugin_path . '/knowledge/testcoverage.py'
|
||||
execute 'py3file ' . s:plugin_path . '/taskwiki/testcoverage.py'
|
||||
endif
|
||||
|
||||
" Execute the main body of taskwiki source
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue