mirror of
https://github.com/FliegendeWurst/tmux-thumbs.git
synced 2024-11-10 00:00:36 +00:00
add39f652a
Adding the capability to capture multiple tokens in the same regexp. Useful for diff summary pattern
11 lines
291 B
Plaintext
11 lines
291 B
Plaintext
diff --git a/src/state.rs b/src/state.rs
|
|
index 022c61f..4321097 100644
|
|
--- a/src/state.rs
|
|
+++ b/src/state.rs
|
|
@@ -10,7 +10,7 @@ const PATTERNS: [(&'static str, &'static str); 14] = []
|
|
|
|
diff --git a/src/view.rs b/src/state.rs
|
|
index 022c61f..4321097 100644
|
|
--- a/src/view.rs
|
|
+++ b/src/state.rs
|