Skip to content

Commit 97fdc4e

Browse files
lambdalisuemhinz
authored andcommitted
Update autoload/rust.vim
Co-Authored-By: Marco Hinz <[email protected]>
1 parent 0a00522 commit 97fdc4e

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
@@ -517,7 +517,7 @@ function! rust#Test(all, options) abort
517517
if has('terminal')
518518
let cmd = 'terminal '
519519
elseif has('nvim')
520-
let cmd = 'new | terminal '
520+
let cmd = 'noautocmd new | terminal '
521521
else
522522
let cmd = '!'
523523
let manifest = shellescape(manifest)

0 commit comments

Comments
 (0)