coverage: Explicit coverage tracking no longer needed

This commit is contained in:
Tomas Babej 2017-01-09 00:38:24 +01:00
parent 1889ee5e1e
commit 21b766134f
6 changed files with 1 additions and 31 deletions

View file

@ -27,11 +27,6 @@ endif
" Determine the plugin path
let s:plugin_path = escape(expand('<sfile>:p:h:h'), '\')
" Run the measure parts first, if desired
if exists("g:taskwiki_measure_coverage")
execute g:taskwiki_pyfile . s:plugin_path . '/taskwiki/coverage.py'"
endif
" Execute the main body of taskwiki source
execute g:taskwiki_pyfile . s:plugin_path . '/taskwiki/main.py'