diff options
author | w0rp <w0rp@users.noreply.github.com> | 2018-08-01 21:02:41 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-01 21:02:41 +0100 |
commit | c1fee3f23a8c9fc4543c90044744f6f59293dbae (patch) | |
tree | ab4dbfd0495417cc3deb4462549a51f38bb11488 | |
parent | 9a389b564c5f63b384e72e6373b5734162ed3853 (diff) | |
parent | ab5e44249da9eb3ad52cc9399a5d25e18fbd1f66 (diff) | |
download | ale-c1fee3f23a8c9fc4543c90044744f6f59293dbae.zip |
Merge pull request #1774 from polyzen/rust-runtime-docs
doc/rust: rust.vim distributed w/ Vim>=8.0.0501
-rw-r--r-- | doc/ale-rust.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/ale-rust.txt b/doc/ale-rust.txt index d61e5b55..a360dce6 100644 --- a/doc/ale-rust.txt +++ b/doc/ale-rust.txt @@ -5,8 +5,9 @@ ALE Rust Integration *ale-rust-options* =============================================================================== Integration Information - Since Vim does not detect the rust file type out-of-the-box, you need the - runtime files for rust from here: https://github.com/rust-lang/rust.vim + If Vim does not detect the Rust file type out-of-the-box, you need the runtime + files for Rust distributed in Vim >=8.0.0501 or upstream: + https://github.com/rust-lang/rust.vim Note that there are three possible linters for Rust files: |