vim-patch:5477506a9f01

Update runtime files.
5477506a9f

NA:
vim-patch:2a9c9f6d89f1 "undo extra changes in src/Makefile"
2a9c9f6d89
This commit is contained in:
Justin M. Keyes
2019-08-02 07:34:39 +02:00
parent 7c19a4e518
commit 9bc4f275b3
21 changed files with 215 additions and 106 deletions

View File

@@ -19,7 +19,7 @@ endif
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)