Ale: Signs aren't always removed

Created on 29 Sep 2017  路  3Comments  路  Source: dense-analysis/ale

let g:ale_sign_column_always = 1

bug

All 3 comments

I've been seeing signs stick around every now and then, and I finally know the answer.

The bug occurs when signs are placed on two places, lines are deleted, and then the signs are moved to lie on the same line by Vim before ALE next parses the signs, and expects there to be only one sign per line.

This shouldn't be too hard to add a test case for and fix.

I added a test case for this, and fixed it.

The bug will be in 1.5.x, so I'll create a patch release containing this bug fix this evening.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

catbaron0 picture catbaron0  路  3Comments

garand picture garand  路  4Comments

lervag picture lervag  路  3Comments

amerov picture amerov  路  4Comments

ianchanning picture ianchanning  路  3Comments