mirror of
https://github.com/tbabej/taskwiki.git
synced 2025-08-18 21:33:07 +02:00
completion: Add omni completion for new task modstrings
This commit is contained in:
parent
12d363df5e
commit
57a5c405ea
6 changed files with 91 additions and 1 deletions
|
@ -85,6 +85,7 @@ class IntegrationTest(object):
|
|||
self.configure_global_variables()
|
||||
self.add_plugin('taskwiki')
|
||||
self.add_plugin('vimwiki', 'plugin/vimwiki.vim')
|
||||
self.add_plugin('taskwiki/after')
|
||||
self.filepath = os.path.join(self.dir, 'testwiki.txt')
|
||||
self.client.edit(self.filepath)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue