Fix some title case

This commit is contained in:
w0rp 2016-10-06 10:34:33 +01:00 committed by GitHub
parent 7e93181ba8
commit 3befb0eb5a
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ If you want to credit multiple authors, you can comma separate them.
" Author: John Smith <john.smith@gmail.com>, Jane Doe <https://jane-doe.info> " Author: John Smith <john.smith@gmail.com>, Jane Doe <https://jane-doe.info>
``` ```
# 2.1. Adding a new linter # 2.1. Adding a New Linter
If you add a new linter, look for existing handlers first in the [handlers.vim](plugin/ale/handlers.vim) file. One of the handlers If you add a new linter, look for existing handlers first in the [handlers.vim](plugin/ale/handlers.vim) file. One of the handlers
there may already be able to handle your lines of output. If you find that your new linter replicates an existing error handler, there may already be able to handle your lines of output. If you find that your new linter replicates an existing error handler,