Use virtcol for virt_text_win_col
This commit is contained in:
@@ -65,7 +65,7 @@ core.ghost_text = function(e)
|
||||
{
|
||||
virt_text = { { text, 'Comment' } },
|
||||
virt_text_pos = 'overlay',
|
||||
virt_text_win_col = ctx.cursor.col - 1,
|
||||
virt_text_win_col = ctx.virtcol - 1,
|
||||
hl_mode = 'combine',
|
||||
priority = 0,
|
||||
ephemeral = true,
|
||||
|
||||
Reference in New Issue
Block a user