From 9238976522df5cd010395c47f9d2f75242e665ea Mon Sep 17 00:00:00 2001 From: w0rp Date: Sun, 23 Apr 2017 18:06:26 +0100 Subject: [PATCH] Add some more tags to the documentation, for easy references --- doc/ale.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/ale.txt b/doc/ale.txt index 8011a21..2c3bde7 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -794,6 +794,7 @@ ale#linter#Define(filetype, linter) *ale#linter#Define()* This can be used for skipping a linter call, say if no configuration file was found. + *ale-command-chain* `command_chain` A |List| of |Dictionary| items defining a series of commands to be run. At least one |Dictionary| should be provided. Each Dictionary must contain the @@ -848,6 +849,7 @@ ale#linter#Define(filetype, linter) *ale#linter#Define()* if a command manually reads from a temporary file instead, etc. + *ale-lint-file* `lint_file` A |Number| (`0` or `1`) indicating whether a command should read the file instead of the Vim buffer. This option can be used for linters which must check the @@ -878,6 +880,8 @@ ale#linter#Define(filetype, linter) *ale#linter#Define()* See |ale#engine#ManageFile()| and |ale#engine#ManageDirectory| for more information. + *ale-command-format-strings* + All command strings will be formatted for special character sequences. Any substring `%s` will be replaced with the full path to the current file being edited. This format option can be used to pass the exact filename