···11-local target_width = vim.bo.textwidth > 0 and vim.bo.textwidth or 80
22-31local justify_right_second_col = function(parts, _)
22+ local target_width = vim.bo.textwidth > 0 and vim.bo.textwidth or 80
33+44 -- For the line 'aaa *aaa*' the row is `{ 'aaa', ' ', '*aaa*'}`
55 for _, row in ipairs(parts) do
66 -- Make sure that separator column doesn't affect