Skip to content

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

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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