Skip to content

:RInlineTemp does not inline multiple variables in one line #23

Open
@mehowte

Description

@mehowte

To reproduce:
:RInlineTemp executed on following code (cursor on any x)

x = 5
y = x and z = x

will produce

y = 5 and z = x

instead of

y = 5 and z = 5

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