]> git.madduck.net Git - etc/vim.git/blob - .vim/bundle/ale/doc/ale-xml.txt

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

Merge commit 'd49e95aa7ba744f0a7f544aca43afdb6aab41f24' as '.vim/bundle/asyncomplete...
[etc/vim.git] / .vim / bundle / ale / doc / ale-xml.txt
1 ===============================================================================
2 ALE XML Integration                                           *ale-xml-options*
3
4
5 ===============================================================================
6 xmllint                                                       *ale-xml-xmllint*
7
8                                            *ale-options.xml_xmllint_executable*
9                                                  *g:ale_xml_xmllint_executable*
10                                                  *b:ale_xml_xmllint_executable*
11 xml_xmllint_executable
12 g:ale_xml_xmllint_executable
13   Type: |String|
14   Default: `'xmllint'`
15
16   This variable can be set to change the path to xmllint.
17
18                                               *ale-options.xml_xmllint_options*
19                                                     *g:ale_xml_xmllint_options*
20                                                     *b:ale_xml_xmllint_options*
21 xml_xmllint_options
22 g:ale_xml_xmllint_options
23   Type: |String|
24   Default: `''`
25
26   This variable can be set to pass additional options to xmllint.
27
28                                            *ale-options.xml_xmllint_indentsize*
29                                                  *g:ale_xml_xmllint_indentsize*
30                                                  *b:ale_xml_xmllint_indentsize*
31 xml_xmllint_indentsize
32 g:ale_xml_xmllint_indentsize
33   Type: |Number|
34   Default: `2`
35
36   This variable can be sent to specify the amount of spaces used for
37   indentation.
38
39 ===============================================================================
40   vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl: