Skip to content

set command values parsed inaccurately #46

@errael

Description

@errael

Note that in the following there is a blank after the backslash

set lbr=+++\ 

generates

pcall(vim.cmd, [[ set lbr=+++ ]])

The trailing blank is lost. Perhaps this can be seen more clearly in the following where the backslash is converted to a space.

set tags=foo\ bar

generates

pcall(vim.cmd, [[ set tags=foo  bar ]])

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