diff options
author | w0rp <devw0rp@gmail.com> | 2016-10-05 10:59:01 +0100 |
---|---|---|
committer | w0rp <devw0rp@gmail.com> | 2016-10-05 10:59:01 +0100 |
commit | 0305e8ad623c44ab2feaac12aa87b095b7ad87a7 (patch) | |
tree | 6b7b80b45c8e52dc5ba8fd964ceb67d04959625d /README.md | |
parent | 10ae2889254f888f3e22447a9a1f1c2ab83fbd54 (diff) | |
download | ale-0305e8ad623c44ab2feaac12aa87b095b7ad87a7.zip |
Simplify the IDs used for the dummy sign, so it automatically uses the configurable offset value.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -81,7 +81,6 @@ vimrc file for all given linters is as follows: | `g:ale_sign_error` | the text to use for errors in the gutter | `'>>'` | | `g:ale_sign_warning` | the text to use for warnings in the gutter | `'--'` | | `g:ale_sign_offset` | an offset for sign ids | `1000000` | -| `g:ale_sign_dummy_id` | the id for keeping the gutter open | `10000000` | | `g:ale_echo_cursor` | echo errors when the cursor is over them | `1` | | `g:ale_warn_about_trailing_whitespace` | enable trailing whitespace warnings for some linters | `1` | |