summaryrefslogtreecommitdiff
path: root/doc/ale.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/ale.txt')
-rw-r--r--doc/ale.txt12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/ale.txt b/doc/ale.txt
index f5a51359..869a5576 100644
--- a/doc/ale.txt
+++ b/doc/ale.txt
@@ -204,7 +204,7 @@ The following languages and tools are supported.
* nroff: 'proselint'
* Objective-C: 'clang'
* Objective-C++: 'clang'
-* OCaml: 'merlin' (see |ale-linter-integration-ocaml-merlin|)
+* OCaml: 'merlin' (see |ale-ocaml-merlin|)
* Perl: 'perl' (-c flag), 'perlcritic'
* PHP: 'hack', 'langserver', 'php' (-l flag), 'phpcs', 'phpmd', 'phpstan'
* Pod: 'proselint'
@@ -287,8 +287,8 @@ g:ale_echo_msg_error_str *g:ale_echo_msg_error_str*
Default: `Error`
The string used for error severity in the echoed message.
- Note |`g:ale_echo_cursor`| should be set to 1
- Note |`g:ale_echo_msg_format`| should contain the `%severity%` handler
+ Note |g:ale_echo_cursor| should be set to 1
+ Note |g:ale_echo_msg_format| should contain the `%severity%` handler
g:ale_echo_msg_format *g:ale_echo_msg_format*
@@ -300,7 +300,7 @@ g:ale_echo_msg_format *g:ale_echo_msg_format*
error message itself, and it can contain the following handlers:
- `%linter%` for linter's name
- `%severity%` for the type of severity
- Note |`g:ale_echo_cursor`| should be setted to 1
+ Note |g:ale_echo_cursor| should be setted to 1
g:ale_echo_msg_warning_str *g:ale_echo_msg_warning_str*
@@ -309,8 +309,8 @@ g:ale_echo_msg_warning_str *g:ale_echo_msg_warning_str*
Default: `Warning`
The string used for warning severity in the echoed message.
- Note |`g:ale_echo_cursor`| should be set to 1
- Note |`g:ale_echo_msg_format`| should contain the `%severity%` handler
+ Note |g:ale_echo_cursor| should be set to 1
+ Note |g:ale_echo_msg_format| should contain the `%severity%` handler
g:ale_emit_conflict_warnings *g:ale_emit_conflict_warnings*