mirror of
https://github.com/magnars/multiple-cursors.el.git
synced 2025-10-13 21:03:05 +00:00
Add kill-ring-save to whitelist.
This commit is contained in:
parent
ed678dfbcc
commit
700db99d66
@ -70,13 +70,14 @@ Feature: Multiple cursors core
|
|||||||
Scenario: delete-selection-mode (yank)
|
Scenario: delete-selection-mode (yank)
|
||||||
Given I turn on delete-selection-mode
|
Given I turn on delete-selection-mode
|
||||||
And I have cursors at "text" in "This text contains the word text twice"
|
And I have cursors at "text" in "This text contains the word text twice"
|
||||||
|
And I press "M-b"
|
||||||
And I press "C-SPC"
|
And I press "C-SPC"
|
||||||
And I press "M-f"
|
And I press "M-f"
|
||||||
And I press "M-w"
|
And I press "M-w"
|
||||||
And I press "C-SPC"
|
And I press "C-SPC"
|
||||||
And I press "M-f"
|
And I press "M-f"
|
||||||
And I press "C-y"
|
And I press "C-y"
|
||||||
Then I should see "This texttext the word texttext"
|
Then I should see "ThisThis contains the wordword twice"
|
||||||
|
|
||||||
Scenario: subword-mode
|
Scenario: subword-mode
|
||||||
Given I turn on subword-mode
|
Given I turn on subword-mode
|
||||||
|
@ -294,7 +294,7 @@ from being executed if in multiple-cursors-mode."
|
|||||||
smart-down
|
smart-down
|
||||||
move-beginning-of-line
|
move-beginning-of-line
|
||||||
dired-back-to-start-of-files
|
dired-back-to-start-of-files
|
||||||
save-region-or-current-line
|
kill-ring-save save-region-or-current-line
|
||||||
back-to-indentation))
|
back-to-indentation))
|
||||||
|
|
||||||
(provide 'multiple-cursors-core)
|
(provide 'multiple-cursors-core)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user