summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAndrew Crites <ajcrites@gmail.com>2018-03-02 15:22:29 -0500
committerw0rp <w0rp@users.noreply.github.com>2018-03-02 20:22:29 +0000
commitacbe527e15f1f388b8dbc9889216e9368d98e6c6 (patch)
treead72db49a1fc7ef8c3028f2b97819ec76d24b1c2 /doc
parent2096562899aa0994a2c6d2c30320810001d98591 (diff)
downloadale-acbe527e15f1f388b8dbc9889216e9368d98e6c6.zip
Option to open lists vertically (#1381)
* Add configuration option to open lists vertically * Add tests, clean up vertical list config * Vertical list option cleanup * Use is# for tests * Order properties in documentation alphabetically
Diffstat (limited to 'doc')
-rw-r--r--doc/ale.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/ale.txt b/doc/ale.txt
index 4e1ae44b..16e4ba98 100644
--- a/doc/ale.txt
+++ b/doc/ale.txt
@@ -1151,6 +1151,16 @@ g:ale_linters_explicit *g:ale_linters_explicit*
as possible, unless otherwise specified.
+g:ale_list_vertical *g:ale_list_vertical*
+ *b:ale_list_vertical*
+ Type: |Number|
+ Default: `0`
+
+ When set to `1`, this will cause ALE to open any windows (loclist or
+ quickfix) vertically instead of horizontally (|vert| |lopen|) or (|vert|
+ |copen|)
+
+
g:ale_loclist_msg_format *g:ale_loclist_msg_format*
b:ale_loclist_msg_format *b:ale_loclist_msg_format*
@@ -1222,6 +1232,8 @@ g:ale_open_list *g:ale_open_list*
The window size can be configured with |g:ale_list_window_size|.
+ Windows can be opened vertically with |g:ale_list_vertical|.
+
If you want to close the loclist window automatically when the buffer is
closed, you can set up the following |autocmd| command: >