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 d5a1415 commit 66a2d62Copy full SHA for 66a2d62
autoload/OmniSharp/testrunner.vim
@@ -310,7 +310,7 @@ function! s:buffer.paintbanner() abort
310
call add(lines, '`' . repeat(self.delimiter(), 80))
311
call add(lines, '` OmniSharp Test Runner')
312
call add(lines, '` ' . repeat(self.delimiter(), 76))
313
- call add(lines, '` <F1> Toggle this menu (:help omnisharp-test-runner for more)')
+ call add(lines, '` <F1> Toggle this menu (:help omnisharp-testrunner for more)')
314
call add(lines, '` <F5> Run test or tests in file under cursor')
315
call add(lines, '` <F6> Debug test under cursor')
316
call add(lines, '` <CR> Navigate to test or stack trace')
0 commit comments