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 9b4e8e8 commit 1c65476Copy full SHA for 1c65476
ftplugin/rust.vim
@@ -121,7 +121,7 @@ command! -nargs=* -buffer RustEmitAsm call rust#Emit("asm", <q-args>)
121
command! -range=% RustPlay :call rust#Play(<count>, <line1>, <line2>, <f-args>)
122
123
" See |:RustFmt| for docs
124
-command! -buffer RustFmt call rustfmt#Format()
+command! -bar -buffer RustFmt call rustfmt#Format()
125
126
" See |:RustFmtRange| for docs
127
command! -range -buffer RustFmtRange call rustfmt#FormatRange(<line1>, <line2>)
0 commit comments