summaryrefslogtreecommitdiff
path: root/autoload
diff options
context:
space:
mode:
authorLuan Santos <cfcluan@gmail.com>2018-11-06 22:38:47 -0800
committerLuan Santos <cfcluan@gmail.com>2018-11-06 22:38:47 -0800
commitba9b056a57a605e1253b9f50e94074499bf808b4 (patch)
treefd5e041547ae437984d2399416171552b30a1de2 /autoload
parent3ec09f7826a6799aa4186542e0f802991b36ddc3 (diff)
downloadale-ba9b056a57a605e1253b9f50e94074499bf808b4.zip
Fix info text
Removed ale_virualtext_prefix from debugging since it's not requried for the functionality to work. Sorted debugging info to make the list easier to navigate/diff.
Diffstat (limited to 'autoload')
-rw-r--r--autoload/ale/debugging.vim1
1 files changed, 0 insertions, 1 deletions
diff --git a/autoload/ale/debugging.vim b/autoload/ale/debugging.vim
index ac7e02e3..6c2bfbee 100644
--- a/autoload/ale/debugging.vim
+++ b/autoload/ale/debugging.vim
@@ -53,7 +53,6 @@ let s:global_variable_list = [
\ 'ale_type_map',
\ 'ale_use_global_executables',
\ 'ale_virtualtext_cursor',
-\ 'ale_virtualtext_prefix',
\ 'ale_warn_about_trailing_blank_lines',
\ 'ale_warn_about_trailing_whitespace',
\]