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 0a94881 commit a32a4b0Copy full SHA for a32a4b0
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