mirror of
https://github.com/magnars/multiple-cursors.el.git
synced 2025-10-13 13:03:03 +00:00
Merge pull request #56 from paradoxxxzero/transient-mark-mode
Add transient-mark-mode to mc/cursor-specific-vars to fix other selections than C-SPC.
This commit is contained in:
commit
3f3cdc6c92
@ -132,3 +132,13 @@ Feature: Marking multiple parts of the buffer
|
|||||||
b_bb
|
b_bb
|
||||||
c_cc
|
c_cc
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
Scenario: Multiple cursor with shift selection
|
||||||
|
When I insert "This text contains the word text twice"
|
||||||
|
And I go to the front of the word "text"
|
||||||
|
And I press "M-S-f"
|
||||||
|
And I press "C->"
|
||||||
|
And I press "C-f"
|
||||||
|
And I press "<deletechar>"
|
||||||
|
Then I should see "This text ontains the word text wice"
|
||||||
|
|
||||||
|
@ -120,6 +120,7 @@ highlights the entire width of the window."
|
|||||||
|
|
||||||
(defvar mc/cursor-specific-vars '(autopair-action
|
(defvar mc/cursor-specific-vars '(autopair-action
|
||||||
autopair-wrap-action
|
autopair-wrap-action
|
||||||
|
transient-mark-mode
|
||||||
er/history)
|
er/history)
|
||||||
"A list of vars that need to be tracked on a per-cursor basis.")
|
"A list of vars that need to be tracked on a per-cursor basis.")
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user