Commit 002b202
authored
fix(telescope): handle hl_group ID correctly in picker (#1032)
## Description
Since commit
[742610e](742610e),
extmark's hl_group can now be specified directly as an ID. This change
ensures that if the hl_group is provided as a number (ID), it is
resolved to its name using `synIDattr` for correct handling.
Fixes: #10241 parent 5530d78 commit 002b202
1 file changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
23 | 27 | | |
24 | 28 | | |
25 | 29 | | |
| |||
0 commit comments