]> git.madduck.net Git - etc/vim.git/blobdiff - .vim/bundle/ale/doc/ale-fish.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 '76265755a1add77121c8f9dabb3e9bb70fe9a972' as '.vim/bundle/ale'
[etc/vim.git] / .vim / bundle / ale / doc / ale-fish.txt
diff --git a/.vim/bundle/ale/doc/ale-fish.txt b/.vim/bundle/ale/doc/ale-fish.txt
new file mode 100644 (file)
index 0000000..fe93f02
--- /dev/null
@@ -0,0 +1,39 @@
+===============================================================================
+ALE Fish Integration                                         *ale-fish-options*
+
+Lints fish files using `fish -n`.
+
+Note that `fish -n` is not foolproof: it sometimes gives false positives or
+errors that are difficult to parse without more context. This integration skips
+displaying errors if an error message is not found.
+
+If ALE is not showing any errors but your file does not run as expected, run
+`fish -n <file.fish>` from the command line.
+
+
+===============================================================================
+fish_indent                                              *ale-fish-fish_indent*
+
+                                      *ale-options.fish_fish_indent_executable*
+                                            *g:ale_fish_fish_indent_executable*
+                                            *b:ale_fish_fish_indent_executable*
+fish_fish_indent_executable
+g:ale_fish_fish_indent_executable
+  Type: |String|
+  Default: `'fish_indent'`
+
+  This variable can be changed to use a different executable for fish_indent.
+
+                                         *ale-options.fish_fish_indent_options*
+                                               *g:ale_fish_fish_indent_options*
+                                               *b:ale_fish_fish_indent_options*
+fish_fish_indent_options
+g:ale_fish_fish_indent_options
+  Type: |String|
+  Default: `''`
+
+  This variable can be set to pass additional options to fish_indent.
+
+
+===============================================================================
+  vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl: