summaryrefslogtreecommitdiff
path: root/test/test_ale_info.vader
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 /test/test_ale_info.vader
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 'test/test_ale_info.vader')
-rw-r--r--test/test_ale_info.vader1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test_ale_info.vader b/test/test_ale_info.vader
index e20125a3..05c045bb 100644
--- a/test/test_ale_info.vader
+++ b/test/test_ale_info.vader
@@ -66,6 +66,7 @@ Before:
\ 'let g:ale_linters = {}',
\ 'let g:ale_linters_explicit = 0',
\ 'let g:ale_list_window_size = 10',
+ \ 'let g:ale_list_vertical = 0',
\ 'let g:ale_loclist_msg_format = ''%code: %%s''',
\ 'let g:ale_max_buffer_history_size = 20',
\ 'let g:ale_max_signs = -1',