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

Relative line number yanking from command line is not working. #1976

Closed
82Kang opened this issue Jul 22, 2017 · 1 comment
Closed

Relative line number yanking from command line is not working. #1976

82Kang opened this issue Jul 22, 2017 · 1 comment

Comments

@82Kang
Copy link

82Kang commented Jul 22, 2017

Only absolute line number yanking (or any operation) is working from command line, doing -10,-6co., visual studio shows error dialog saying invalid line number.

@sql-koala
Copy link
Contributor

Hi,
it does work with one little "catch". Apparently you have to put a "." at least at the end of the range. Like so:
-6,.-5 co +5
or in your example
-10,.-6co.
It's not 100% vim compatible of course, but (IMO) this is a small glitch I can work around.

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

No branches or pull requests

3 participants