summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorw0rp <devw0rp@gmail.com>2019-01-27 09:32:39 +0000
committerw0rp <devw0rp@gmail.com>2019-01-27 09:32:39 +0000
commit91c1fc3bb396dfcb495c484db7d39193df8826eb (patch)
tree261b1524fc0ff13f99232b33b3971499b2f5a16c /doc
parent20b9dfdb4a12a4916259455ee068baf3118bd012 (diff)
downloadale-91c1fc3bb396dfcb495c484db7d39193df8826eb.zip
Sort documentation entries alphabetically better
Diffstat (limited to 'doc')
-rw-r--r--doc/ale.txt22
1 files changed, 11 insertions, 11 deletions
diff --git a/doc/ale.txt b/doc/ale.txt
index 3a75273a..517050ab 100644
--- a/doc/ale.txt
+++ b/doc/ale.txt
@@ -2643,6 +2643,17 @@ ale#command#EscapeCommandPart(command_part) *ale#command#EscapeCommandPart()*
specially.
+ale#command#ManageDirectory(buffer, directory) *ale#command#ManageDirectory()*
+
+ Like |ale#command#ManageFile()|, but directories and all of their contents
+ will be deleted, akin to `rm -rf directory`, which could lead to loss of
+ data if mistakes are made. This command will also delete any temporary
+ filenames given to it.
+
+ It is advised to use |ale#command#ManageFile()| instead for deleting single
+ files.
+
+
ale#command#ManageFile(buffer, filename) *ale#command#ManageFile()*
Given a buffer number for a buffer currently running some linting tasks
@@ -2661,17 +2672,6 @@ ale#command#ManageFile(buffer, filename) *ale#command#ManageFile()*
manages directories separetly with the |ale#command#ManageDirectory| function.
-ale#command#ManageDirectory(buffer, directory) *ale#command#ManageDirectory()*
-
- Like |ale#command#ManageFile()|, but directories and all of their contents
- will be deleted, akin to `rm -rf directory`, which could lead to loss of
- data if mistakes are made. This command will also delete any temporary
- filenames given to it.
-
- It is advised to use |ale#command#ManageFile()| instead for deleting single
- files.
-
-
ale#engine#GetLoclist(buffer) *ale#engine#GetLoclist()*
Given a buffer number, this function will return the list of problems