Remove virt_text_win_col

This commit is contained in:
hrsh7th
2021-09-18 00:16:53 +09:00
parent 97a639a060
commit 77297a0a87

View File

@@ -62,7 +62,6 @@ core.ghost_text = function(e)
right_gravity = false, right_gravity = false,
virt_text = { { text, c.hl_group or 'Comment' } }, virt_text = { { text, c.hl_group or 'Comment' } },
virt_text_pos = 'overlay', virt_text_pos = 'overlay',
virt_text_win_col = ctx.virtcol - 1,
hl_mode = 'combine', hl_mode = 'combine',
priority = 1, priority = 1,
}) })