mirror of
https://github.com/tbabej/taskwiki.git
synced 2025-08-18 21:33:07 +02:00
coverage: Explicit coverage tracking no longer needed
This commit is contained in:
parent
1889ee5e1e
commit
21b766134f
6 changed files with 1 additions and 31 deletions
|
@ -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'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue