diff --git a/doc/ale-yaml.txt b/doc/ale-yaml.txt index 6c3128e672..fc52dc73bc 100644 --- a/doc/ale-yaml.txt +++ b/doc/ale-yaml.txt @@ -385,9 +385,9 @@ Options g:ale_yaml_yq_executable *g:ale_yaml_yq_executable* *b:ale_yaml_yq_executable* Type: |String| - Default: `'gll'` + Default: `'yq'` - This variable can be set to change the path to gll. + This variable can be set to change the path to yq. g:ale_yaml_yq_options *g:ale_yaml_yq_options* @@ -395,8 +395,14 @@ g:ale_yaml_yq_options *g:ale_yaml_yq_options Type: |String| Default: `''` - This variable can be set to pass additional options to gll. + This variable can be set to pass additional options to yq. + +g:ale_yaml_yq_filters *g:ale_yaml_yq_filters + *b:ale_yaml_yq_filters* + Type: |String| + Default: `'.'` + This option can be changed to pass additional filters to yq =============================================================================== vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl: