Skip to content

Commit f45cdae

Browse files
JeanMertzda-x
authored andcommitted
add missing test message to message-history
1 parent 422ddc0 commit f45cdae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autoload/rust.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -526,7 +526,7 @@ function! rust#Test(all, options) abort
526526
let func_name = s:SearchTestFunctionNameUnderCursor()
527527
if func_name ==# ''
528528
echohl ErrorMsg
529-
echo 'No test function was found under the cursor. Please add ! to command if you want to run all tests'
529+
echomsg 'No test function was found under the cursor. Please add ! to command if you want to run all tests'
530530
echohl None
531531
return
532532
endif

0 commit comments

Comments
 (0)