summaryrefslogtreecommitdiff
path: root/doc/ale-rust.txt
diff options
context:
space:
mode:
authorw0rp <devw0rp@gmail.com>2017-07-08 14:17:26 +0100
committerw0rp <devw0rp@gmail.com>2017-07-08 14:17:26 +0100
commitfdc7166c3ce68babdf8afdb457e23700d4e8ab3a (patch)
tree16f5b15d5bc13c0a96d534c8c98c1db575b44eec /doc/ale-rust.txt
parentf9aa7d3b9a030468e744ddc568a8d35492d04a99 (diff)
downloadale-fdc7166c3ce68babdf8afdb457e23700d4e8ab3a.zip
Use equal signs for language documentation sections
Diffstat (limited to 'doc/ale-rust.txt')
-rw-r--r--doc/ale-rust.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/ale-rust.txt b/doc/ale-rust.txt
index 9cb5d61e..1a20757e 100644
--- a/doc/ale-rust.txt
+++ b/doc/ale-rust.txt
@@ -2,7 +2,7 @@
ALE Rust Integration *ale-rust-options*
*ale-integration-rust*
--------------------------------------------------------------------------------
+===============================================================================
Integration Information
Since Vim does not detect the rust file type out-of-the-box, you need the
@@ -29,7 +29,7 @@ Integration Information
Also note that rustc 1.12. or later is needed.
--------------------------------------------------------------------------------
+===============================================================================
cargo *ale-rust-cargo*
g:ale_rust_cargo_use_check *g:ale_rust_cargo_use_check*
@@ -41,7 +41,7 @@ g:ale_rust_cargo_use_check *g:ale_rust_cargo_use_check*
"cargo build". "cargo check" is supported since version 1.16.0 of Rust.
--------------------------------------------------------------------------------
+===============================================================================
rustc *ale-rust-rustc*
g:ale_rust_ignore_error_codes *g:ale_rust_ignore_error_codes*
@@ -55,5 +55,5 @@ g:ale_rust_ignore_error_codes *g:ale_rust_ignore_error_codes*
let g:ale_rust_ignore_error_codes = ['E0432', 'E0433']
--------------------------------------------------------------------------------
+===============================================================================
vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl: