mirror of
https://github.com/TECHNOFAB11/tmux-copyrat.git
synced 2025-12-13 08:30:07 +01:00
refactor: Match -> textbuf/matches.rs
This commit is contained in:
parent
f76ed75f5b
commit
7d4d9a8824
3 changed files with 14 additions and 12 deletions
|
|
@ -1,4 +1,6 @@
|
|||
mod matches;
|
||||
mod model;
|
||||
mod raw_match;
|
||||
|
||||
pub use model::{Match, Model};
|
||||
pub use matches::Match;
|
||||
pub use model::Model;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue