X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/0ee596c5c5e11fc79598407eaf22f83d279f7e9e..5a4872f466ebd76ddd532bdf2798554421c53df4:/.vim/bundle/ale/doc/ale-make.txt diff --git a/.vim/bundle/ale/doc/ale-make.txt b/.vim/bundle/ale/doc/ale-make.txt new file mode 100644 index 00000000..6258c812 --- /dev/null +++ b/.vim/bundle/ale/doc/ale-make.txt @@ -0,0 +1,22 @@ +=============================================================================== +ALE Make Integration *ale-make-options* + + +=============================================================================== +checkmake *ale-make-checkmake* + + *ale-options.make_checkmake_config* + *g:ale_make_checkmake_config* + *b:ale_make_checkmake_config* +make_checkmake_config +g:ale_make_checkmake_config + Type: |String| + Default: `''` + + This variable can be used to set the `--config` option of checkmake command. + if the value is empty, the checkmake command will not be invoked with the + option. + + +=============================================================================== + vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl: