Use equal signs for language documentation sections

This commit is contained in:
w0rp
2017-07-08 14:17:26 +01:00
parent f9aa7d3b9a
commit fdc7166c3c
40 changed files with 116 additions and 116 deletions

View File

@@ -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: