summaryrefslogtreecommitdiff
path: root/plugin/ale.vim
diff options
context:
space:
mode:
authorw0rp <devw0rp@gmail.com>2017-07-04 00:16:53 +0100
committerw0rp <devw0rp@gmail.com>2017-07-04 00:17:13 +0100
commit7b7a2759020e0e9c0080d4317e85892e4ec28b26 (patch)
tree03e54da1ffbb5dac220d427a5bfb73e0d410e289 /plugin/ale.vim
parentbb293b297c17e0b53d8cfc55ab7bebfcb37dc233 (diff)
downloadale-7b7a2759020e0e9c0080d4317e85892e4ec28b26.zip
Store the output of commands by default so I don't have to ask people to turn it on any more.
Diffstat (limited to 'plugin/ale.vim')
-rw-r--r--plugin/ale.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/ale.vim b/plugin/ale.vim
index 986cccc8..58ab1ece 100644
--- a/plugin/ale.vim
+++ b/plugin/ale.vim
@@ -167,7 +167,7 @@ let g:ale_max_buffer_history_size = get(g:, 'ale_max_buffer_history_size', 20)
let g:ale_history_enabled = get(g:, 'ale_history_enabled', 1)
" A flag for storing the full output of commands in the history.
-let g:ale_history_log_output = get(g:, 'ale_history_log_output', 0)
+let g:ale_history_log_output = get(g:, 'ale_history_log_output', 1)
" A dictionary mapping regular expression patterns to arbitrary buffer
" variables to be set. Useful for configuration ALE based on filename