Ask for let g:ale_history_log_output = 1 first in the issue template

This commit is contained in:
w0rp 2017-06-25 11:55:21 +01:00
parent d1e23f7295
commit 8da5641355
1 changed files with 4 additions and 4 deletions

View File

@ -1,12 +1,12 @@
<!-- <!--
READ THIS FIRST: If you are experiencing any bug whatsoever dealing with
the output of linters, please use `let g:ale_history_log_output = 1` before
pasting output. It will capture the output of commands that are run.
For bugs, paste output from your clipboard after running :ALEInfoToClipboard For bugs, paste output from your clipboard after running :ALEInfoToClipboard
here. If that doesn't work for some reason, try running :ALEInfo and copying here. If that doesn't work for some reason, try running :ALEInfo and copying
the output from that here instead. If everything is broken, run around in the output from that here instead. If everything is broken, run around in
circles and scream. circles and scream.
READ THIS -> If you are experiencing a bug where ALE is not correctly parsing
the output of commands, set g:ale_history_log_output to 1, and run ALE again,
and then :ALEInfo should include the full output of each command which ran.
Whatever the case, describe the your issue here. Whatever the case, describe the your issue here.
--> -->