Fix a minor typo

This commit is contained in:
w0rp 2017-05-21 22:46:22 +01:00
parent b67c103d06
commit c8ce15d9f1
1 changed files with 1 additions and 1 deletions

View File

@ -219,7 +219,7 @@ g:ale_change_sign_column_color *g:ale_change_sign_column_color*
ALE uses the following highlight groups for highlighting the sign column:
`ALESignColumnWithErrors` - Links to `error` by default.
`ALESignColumnWithoutErrors` - Use the value for `SignColumn` by default.
`ALESignColumnWithoutErrors` - Uses the value for `SignColumn` by default.
g:ale_echo_cursor *g:ale_echo_cursor*