From 85b5cabdcd933f940536c91e50f071ace088ba94 Mon Sep 17 00:00:00 2001 From: LCD 47 Date: Thu, 24 Mar 2016 23:54:27 +0200 Subject: [PATCH] Manual: minor reorganisation. --- doc/syntastic.txt | 90 +++++++++++++++++++++++--------------------- plugin/syntastic.vim | 2 +- 2 files changed, 49 insertions(+), 43 deletions(-) diff --git a/doc/syntastic.txt b/doc/syntastic.txt index ff1ea51b..5e2ea69a 100644 --- a/doc/syntastic.txt +++ b/doc/syntastic.txt @@ -36,8 +36,9 @@ CONTENTS *syntastic-contents* 5.2.Choosing the executable................|syntastic-config-exec| 5.3.Configuring specific checkers..........|syntastic-config-makeprg| 5.4.Sorting errors.........................|syntastic-config-sort| - 5.5.Debugging..............................|syntastic-config-debug| - 5.6.Profiling..............................|syntastic-profiling| + 5.5.Filtering errors.......................|syntastic-config-filtering| + 5.6.Debugging..............................|syntastic-config-debug| + 5.7.Profiling..............................|syntastic-profiling| 6.Notes........................................|syntastic-notes| 6.1.Handling of composite filetypes........|syntastic-composite| 6.2.Editing files over network.............|syntastic-netrw| @@ -747,38 +748,41 @@ takes precedence over both 'b:syntastic___exec' and ------------------------------------------------------------------------------ 5.3 Configuring specific checkers *syntastic-config-makeprg* -Checkers are run by constructing a command line and passing it to a shell. -In most cases this command line is built using an internal function named -'makeprgBuild()', which provides a number of options that allows you to -customise every part of the command that gets called. +Checkers are run by constructing a command line and by passing it to a shell +(see |'shell'| and |'syntastic_shell'|). In most cases this command line is +built using an internal function named 'makeprgBuild()', which provides a +number of options that allow you to customise every part of the command that +gets called. *'syntastic___