mirror of
https://github.com/tbabej/taskwiki.git
synced 2025-08-19 06:43:06 +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
|
@ -1370,7 +1370,7 @@ class TestSelectAfterBufferSwitch(IntegrationTest):
|
|||
sleep(0.5)
|
||||
self.command('split testwiki2.txt', silent=False)
|
||||
sleep(0.5)
|
||||
self.command('set filetype=vimwiki', silent=False)
|
||||
self.command('set filetype=vimwiki')
|
||||
sleep(0.5)
|
||||
self.command('q!')
|
||||
sleep(0.5)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue