Test failing commands

This commit is contained in:
baabelfish 2016-03-15 00:15:38 +02:00
commit 68d7b51d9d
7 changed files with 63 additions and 25 deletions

View file

@ -62,7 +62,7 @@ augroup END
augroup nvim_nim_outline
autocmd! FileWritePost *.nim call features#outline#run(1)
autocmd! VimResized,WinEnter * call features#outline#render()
autocmd! VimResized,WinEnter *.nim call features#outline#render()
augroup END
if g:nvim_nim_highlighter_enable