We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fb5b34 commit 221c92bCopy full SHA for 221c92b
autoload/OmniSharp/testrunner.vim
@@ -264,7 +264,7 @@ endfunction
264
function! s:buffer.paintbanner() abort
265
let lines = []
266
call add(lines, '`' . repeat(self.delimiter(), 80))
267
- call add(lines, '` OmniSharp Test Runner')
+ call add(lines, '` OmniSharp Test Runner')
268
call add(lines, '` ' . repeat(self.delimiter(), 76))
269
call add(lines, '` <F1> Toggle this menu (:help omnisharp-test-runner for more)')
270
call add(lines, '` <F5> Run test or tests in file under cursor')
0 commit comments