summaryrefslogtreecommitdiffstats
path: root/runtime/compiler/rustc.vim
AgeCommit message (Collapse)Author
2024-04-04runtime: Remove fallback :CompilerSet definition from compiler pluginsDoug Kearns
The :CompilerSet command was added in version Vim 6.4 which was released twenty years ago. Other runtime files do not support versions of that vintage so it is reasonable to remove this fallback command definition now. closes: #14399 Signed-off-by: Doug Kearns <dougkearns@gmail.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
2023-09-12runtime(rust): sync rust runtime files with upstream (#13075)Gregory Anders
Signed-off-by: Christian Brabandt <cb@256bit.org>
2019-07-31Update runtime files.Bram Moolenaar
2017-03-21Update runtime files. Add Rust support.Bram Moolenaar