diff options
author | w0rp <devw0rp@gmail.com> | 2018-04-08 17:17:30 +0100 |
---|---|---|
committer | w0rp <devw0rp@gmail.com> | 2018-04-08 17:17:46 +0100 |
commit | 91d7e81ebc08581fc0339c939c0adecaa590f2f7 (patch) | |
tree | 3773dfccbeb678de38c75923e30654f7e67711e2 /doc | |
parent | 121e806423830fa9e6bc1c7833f0624bd06903ff (diff) | |
download | ale-91d7e81ebc08581fc0339c939c0adecaa590f2f7.zip |
Fix #605 - Support `vcol: 1` for multi-byte character positions
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ale.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/ale.txt b/doc/ale.txt index 2e5c5e47..97f1b594 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -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`. |