Skip to content

Commit

Permalink
Fix incorrect help tag
Browse files Browse the repository at this point in the history
  • Loading branch information
nickspoons committed Oct 18, 2024
1 parent d5a1415 commit 66a2d62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoload/OmniSharp/testrunner.vim
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ function! s:buffer.paintbanner() abort
call add(lines, '`' . repeat(self.delimiter(), 80))
call add(lines, '` OmniSharp Test Runner')
call add(lines, '` ' . repeat(self.delimiter(), 76))
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)')
call add(lines, '` <F5> Run test or tests in file under cursor')
call add(lines, '` <F6> Debug test under cursor')
call add(lines, '` <CR> Navigate to test or stack trace')
Expand Down

0 comments on commit 66a2d62

Please sign in to comment.