summaryrefslogtreecommitdiff
path: root/autoload
diff options
context:
space:
mode:
authorGregory Einfrank <gregeinfrank@users.noreply.github.com>2017-07-06 01:27:09 -0700
committerw0rp <w0rp@users.noreply.github.com>2017-07-06 09:27:09 +0100
commitaf02fb5183b3cf26d3a8a83ef6339d3065aae965 (patch)
tree15cd685425cfb5c638f254555ed348d0a06eec79 /autoload
parent871ce1c8f597331dff46fad70a968fe56c31112f (diff)
downloadale-af02fb5183b3cf26d3a8a83ef6339d3065aae965.zip
Add ale_fix_on_save and ale_fixers to debug output (#731)
* Add ale_fix_on_save and ale_fixers to debug output * Fix test by adding new ale-fix vars
Diffstat (limited to 'autoload')
-rw-r--r--autoload/ale/debugging.vim2
1 files changed, 2 insertions, 0 deletions
diff --git a/autoload/ale/debugging.vim b/autoload/ale/debugging.vim
index 75984a6a..8136fbee 100644
--- a/autoload/ale/debugging.vim
+++ b/autoload/ale/debugging.vim
@@ -7,6 +7,8 @@ let s:global_variable_list = [
\ 'ale_echo_msg_format',
\ 'ale_echo_msg_warning_str',
\ 'ale_enabled',
+\ 'ale_fix_on_save',
+\ 'ale_fixers',
\ 'ale_keep_list_window_open',
\ 'ale_lint_delay',
\ 'ale_lint_on_enter',