Skip to content

Commit 66a2d62

Browse files
committed
Fix incorrect help tag
1 parent d5a1415 commit 66a2d62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: autoload/OmniSharp/testrunner.vim

+1-1
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ function! s:buffer.paintbanner() abort
310310
call add(lines, '`' . repeat(self.delimiter(), 80))
311311
call add(lines, '` OmniSharp Test Runner')
312312
call add(lines, '` ' . repeat(self.delimiter(), 76))
313-
call add(lines, '` <F1> Toggle this menu (:help omnisharp-test-runner for more)')
313+
call add(lines, '` <F1> Toggle this menu (:help omnisharp-testrunner for more)')
314314
call add(lines, '` <F5> Run test or tests in file under cursor')
315315
call add(lines, '` <F6> Debug test under cursor')
316316
call add(lines, '` <CR> Navigate to test or stack trace')

0 commit comments

Comments
 (0)