From eac0a41ae1aba77e1d017833425fa8132130df13 Mon Sep 17 00:00:00 2001 From: w0rp Date: Thu, 16 Feb 2017 23:18:57 +0000 Subject: #254 Add an option for logging the output of commands --- plugin/ale.vim | 3 +++ 1 file changed, 3 insertions(+) (limited to 'plugin/ale.vim') diff --git a/plugin/ale.vim b/plugin/ale.vim index 321bff89..fd598d4c 100644 --- a/plugin/ale.vim +++ b/plugin/ale.vim @@ -137,6 +137,9 @@ let g:ale_max_buffer_history_size = get(g:, 'ale_max_buffer_history_size', 20) " A flag for enabling or disabling the command history. 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) + function! s:ALEInitAuGroups() abort augroup ALERunOnTextChangedGroup autocmd! -- cgit v1.2.3