-
Notifications
You must be signed in to change notification settings - Fork 11
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
add test for \C-w using prefix arg #646
Conversation
Be sure to test for 2 kills in a row that they append as one kill properly: |
And we'll review this when we chat. |
There is no validation of what is actually saved in the current tests so will add that in one or more separate tests I think.
That is an interesting case. Will take a look. |
I think the signature of our overriding kill-region command should match the signature of kill-region as best as possible as well. |
Added some tests for |
What
Why
Tests.
Note
The inspiration for using an argument for identification of
interactive call or not comes from the comment in
It says: