commit | 5477506a9f01d40fad2e8f0555bc37adee30478f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jul 31 21:07:14 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jul 31 21:07:14 2019 +0200 |
tree | afb8271b63c5813ea4f2dee83df994f33791fed5 | |
parent | 0e6bfb9b2eb108d96a49ac4f8dc638c2eefeda2b [diff] [blame] |
Update runtime files.
diff --git a/runtime/compiler/rustc.vim b/runtime/compiler/rustc.vim index c27bdc9..5e5b9a4 100644 --- a/runtime/compiler/rustc.vim +++ b/runtime/compiler/rustc.vim
@@ -19,7 +19,7 @@ if exists("g:rustc_makeprg_no_percent") && g:rustc_makeprg_no_percent != 0 CompilerSet makeprg=rustc else - CompilerSet makeprg=rustc\ \% + CompilerSet makeprg=rustc\ \%:S endif " Old errorformat (before nightly 2016/08/10)