tmux-thumbs/samples/test6
Ferran Basora add39f652a Capture multiple groups in the same regexp
Adding the capability to capture multiple tokens in the same regexp.

Useful for diff summary pattern
2022-01-01 19:45:56 +01:00

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