Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
mehowte opened this issue Jun 1, 2011 · 0 comments
Open

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

mehowte opened this issue Jun 1, 2011 · 0 comments

Comments

@mehowte
Copy link

mehowte commented Jun 1, 2011

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
despo added a commit to despo/vim-ruby-refactoring that referenced this issue Jun 1, 2011
and setting back original register content
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant