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:
Tomas Janousek 2020-06-28 23:21:42 +02:00 committed by Tomas Babej
parent 789d04f488
commit 698e2448f3
3 changed files with 6 additions and 6 deletions

View file

@ -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)