X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/0ee596c5c5e11fc79598407eaf22f83d279f7e9e..5a4872f466ebd76ddd532bdf2798554421c53df4:/.vim/bundle/ale/doc/ale-pony.txt?ds=sidebyside diff --git a/.vim/bundle/ale/doc/ale-pony.txt b/.vim/bundle/ale/doc/ale-pony.txt new file mode 100644 index 00000000..f634d007 --- /dev/null +++ b/.vim/bundle/ale/doc/ale-pony.txt @@ -0,0 +1,30 @@ +=============================================================================== +ALE Pony Integration *ale-pony-options* + + +=============================================================================== +ponyc *ale-pony-ponyc* + + *ale-options.pony_ponyc_executable* + *g:ale_pony_ponyc_executable* + *b:ale_pony_ponyc_executable* +pony_ponyc_executable +g:ale_pony_ponyc_executable + Type: |String| + Default: `'ponyc'` + + See |ale-integrations-local-executables| + + *ale-options.pony_ponyc_options* + *g:ale_pony_ponyc_options* + *b:ale_pony_ponyc_options* +pony_ponyc_options +g:ale_pony_ponyc_options + Type: |String| + Default: `'--pass paint'` + + This variable can be set to pass options to ponyc. + + +=============================================================================== + vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl: