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 422ddc0 commit f45cdaeCopy full SHA for f45cdae
autoload/rust.vim
@@ -526,7 +526,7 @@ function! rust#Test(all, options) abort
526
let func_name = s:SearchTestFunctionNameUnderCursor()
527
if func_name ==# ''
528
echohl ErrorMsg
529
- echo 'No test function was found under the cursor. Please add ! to command if you want to run all tests'
+ echomsg 'No test function was found under the cursor. Please add ! to command if you want to run all tests'
530
echohl None
531
return
532
endif
0 commit comments