mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-25 08:41:05 +00:00
refactor: rename move_event.rs to move_.rs
This commit is contained in:
parent
adeaf0d212
commit
872a6a4469
2 changed files with 2 additions and 2 deletions
|
|
@ -7,7 +7,7 @@ mod custom;
|
|||
mod hey;
|
||||
mod hi;
|
||||
mod hover;
|
||||
mod move_event;
|
||||
mod move_;
|
||||
mod rename;
|
||||
mod yank;
|
||||
|
||||
|
|
@ -18,6 +18,6 @@ pub use custom::*;
|
|||
pub use hey::*;
|
||||
pub use hi::*;
|
||||
pub use hover::*;
|
||||
pub use move_event::*;
|
||||
pub use move_::*;
|
||||
pub use rename::*;
|
||||
pub use yank::*;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue