add missing fn
This commit is contained in:
parent
857bce0e30
commit
32f9a2d1d6
1 changed files with 6 additions and 0 deletions
|
@ -1016,6 +1016,12 @@ pub fn join_selections(cx: &mut Context) {
|
|||
doc.append_changes_to_history();
|
||||
}
|
||||
|
||||
pub fn keep_selections(cx: &mut Context) {
|
||||
let doc = cx.doc();
|
||||
// keep selections matching regex
|
||||
// and another method for inverse
|
||||
}
|
||||
|
||||
//
|
||||
|
||||
pub fn save(cx: &mut Context) {
|
||||
|
|
Loading…
Add table
Reference in a new issue