From 8577c8e28ccfd903f3df1d7adbcbb2fd9674aca5 Mon Sep 17 00:00:00 2001 From: LCD 47 Date: Wed, 13 Sep 2017 13:15:27 +0300 Subject: [PATCH] Manual: minor cleanup. --- doc/syntastic-checkers.txt | 214 ++++++++++++++++++------------------- doc/syntastic.txt | 38 +++---- plugin/syntastic.vim | 2 +- 3 files changed, 127 insertions(+), 127 deletions(-) diff --git a/doc/syntastic-checkers.txt b/doc/syntastic-checkers.txt index 0f5d3e26..e2bf83d6 100644 --- a/doc/syntastic-checkers.txt +++ b/doc/syntastic-checkers.txt @@ -228,18 +228,18 @@ fatal errors in one of the included files. Type: string Default: unset Compilation flags (such as defines or include directories) to be passed to the -checker. +linter. *'g:syntastic_ada_config_file'* Type: string Default: ".syntastic_ada_config" -File containing additional compilation flags to be passed to the checker, one +File containing additional compilation flags to be passed to the linter, one option per line (cf. |syntastic-config-files|). *'g:syntastic_ada_include_dirs'* Type: array of strings Default: [] -Include directories to be passed to the checker, in addition to the above +Include directories to be passed to the linter, in addition to the above compilation flags. You can set it like this: > let g:syntastic_ada_include_dirs = ["includes", "headers"] < @@ -263,7 +263,7 @@ Note~ This checker doesn't call the "makeprgBuild()" function, and thus it ignores the usual 'g:syntastic_ada_gcc_