Fix #605 - Support vcol: 1 for multi-byte character positions

This commit is contained in:
w0rp
2018-04-08 17:17:30 +01:00
parent 121e806423
commit 91d7e81ebc
4 changed files with 63 additions and 2 deletions

View File

@@ -2072,6 +2072,13 @@ ale#linter#Define(filetype, linter) *ale#linter#Define()*
key is also set with a valid number for some other
buffer.
`vcol` - Defaults to `0`.
If set to `1`, ALE will convert virtual column
positions for `col` and `end_col` to byte column
positions. If the buffer is changed in-between
checking it and displaying the results, the
calculated byte column positions will probably be
wrong.
`type` - Defaults to `'E'`.
`nr` - Defaults to `-1`.