mirror of
https://github.com/dense-analysis/ale.git
synced 2026-01-19 09:32:56 +08:00
Fix #605 - Support vcol: 1 for multi-byte character positions
This commit is contained in:
@@ -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`.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user