summaryrefslogtreecommitdiff
path: root/doc/ale-d.txt
diff options
context:
space:
mode:
authortheoremoon <7302203+theoremoon@users.noreply.github.com>2019-09-11 04:54:14 +0900
committerw0rp <w0rp@users.noreply.github.com>2019-09-10 20:54:14 +0100
commit2e323b529d8a4938f2077f31b937bc47c6c180bc (patch)
tree038662573f2a84fb6eada23d6e427f611da561bf /doc/ale-d.txt
parent6e18c03d80c323e740f87103fc05955b5c61b54e (diff)
downloadale-2e323b529d8a4938f2077f31b937bc47c6c180bc.zip
dfmt support (#2662)
* Add support for `dfmt`
Diffstat (limited to 'doc/ale-d.txt')
-rw-r--r--doc/ale-d.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/ale-d.txt b/doc/ale-d.txt
index 55596062..72349a20 100644
--- a/doc/ale-d.txt
+++ b/doc/ale-d.txt
@@ -1,6 +1,15 @@
===============================================================================
ALE D Integration *ale-d-options*
+===============================================================================
+dfmt *ale-d-dfmt*
+
+g:ale_d_dfmt_options *g:ale_d_dfmt_options*
+ *b:ale_d_dfmt_options*
+ Type: |String|
+ Default: `''`
+
+This variable can be set to pass additional options to the dfmt fixer.
===============================================================================
dls *ale-d-dls*