You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am not sure if this affects other functions but zap-to-char once the cursor is moved shouldn't keep adding to the kill ring but should create a new kill ring entry.
This is also affected if other commands were run before zap-to-char. For example, alt+d alt+d alt+d alt+f alt+f alt+z .
Basically you delete some words. Move the cursor somewhere else. Run zap-to-char to whatever. It will add that to the previous kill. The checks for whether it should add to the current kill ring or create a new one are wrong.
The text was updated successfully, but these errors were encountered:
I am not sure if this affects other functions but zap-to-char once the cursor is moved shouldn't keep adding to the kill ring but should create a new kill ring entry.
This is also affected if other commands were run before zap-to-char. For example,
alt+d alt+d alt+d alt+f alt+f alt+z .
Basically you delete some words. Move the cursor somewhere else. Run zap-to-char to whatever. It will add that to the previous kill. The checks for whether it should add to the current kill ring or create a new one are wrong.
The text was updated successfully, but these errors were encountered: