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.
This commit is contained in:
Luan Santos
2018-11-06 22:38:47 -08:00
parent 3ec09f7826
commit ba9b056a57
2 changed files with 3 additions and 3 deletions

View File

@@ -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',
\]