mirror of
https://github.com/TECHNOFAB11/tmux-copyrat.git
synced 2025-12-16 01:43:51 +01:00
refactor: regexes.rs -> textbuf/regexes.rs
This commit is contained in:
parent
2c3c7a5456
commit
5904bb1df5
4 changed files with 7 additions and 6 deletions
|
|
@ -1,6 +1,5 @@
|
|||
pub mod error;
|
||||
pub mod output_destination;
|
||||
pub mod regexes;
|
||||
pub mod textbuf;
|
||||
pub mod tmux;
|
||||
pub mod ui;
|
||||
|
|
@ -11,6 +10,7 @@ use std::path;
|
|||
use std::str::FromStr;
|
||||
|
||||
use crate::textbuf::alphabet;
|
||||
use crate::textbuf::regexes;
|
||||
|
||||
/// Run copyrat on an input string `buffer`, configured by `Opt`.
|
||||
///
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue