Skip to content

Quotes seem to break tableization #250

@jpopell

Description

@jpopell

Attempt to tableize 123'456.7, 9'876'543.21 yields | 123'456.7, 9'876'543.21 | instead of the desired | 123'456.7 | 9'876'543.21 |. Same issue if using " instead of ', and across multiple lines, including when a mix of quote chars.

Config in Lazy:

    {
        'dhruvasagar/vim-table-mode',
        -- ft = 'markdown',
        keys = {
            { '<leader>tm', '<leader>tm' },
            { '<leader>tt', '<leader>tt', mode = 'v' },
            { '<leader>tr', '<leader>tr' },
        },
        config = function()
            vim.g.table_mode_corner = '|'
            vim.g.table_mode_update_time = 0
        end,
    },

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions