X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/0ee596c5c5e11fc79598407eaf22f83d279f7e9e..5a4872f466ebd76ddd532bdf2798554421c53df4:/.vim/bundle/ale/doc/ale-d.txt?ds=sidebyside diff --git a/.vim/bundle/ale/doc/ale-d.txt b/.vim/bundle/ale/doc/ale-d.txt new file mode 100644 index 00000000..51446dba --- /dev/null +++ b/.vim/bundle/ale/doc/ale-d.txt @@ -0,0 +1,39 @@ +=============================================================================== +ALE D Integration *ale-d-options* + + +=============================================================================== +dfmt *ale-d-dfmt* + + *ale-options.d_dfmt_options* + *g:ale_d_dfmt_options* + *b:ale_d_dfmt_options* +d_dfmt_options +g:ale_d_dfmt_options + Type: |String| + Default: `''` + + This variable can be set to pass additional options to the dfmt fixer. + +=============================================================================== +dls *ale-d-dls* + + *ale-options.d_dls_executable* + *g:ale_d_dls_executable* + *b:ale_d_dls_executable* +d_dls_executable +g:ale_d_dls_executable + Type: |String| + Default: `dls` + + See |ale-integrations-local-executables| + + +=============================================================================== +uncrustify *ale-d-uncrustify* + +See |ale-c-uncrustify| for information about the available options. + + +=============================================================================== +vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl: