mirror of https://github.com/helix-editor/helix
move session.rs from helix-term to helix-loader
parent
6f6f3495d5
commit
b5c5e5d715
@ -1,4 +1,4 @@
|
||||
use helix_loader::{command_histfile, search_histfile};
|
||||
use crate::{command_histfile, search_histfile};
|
||||
use std::{
|
||||
fs::{File, OpenOptions},
|
||||
io::{self, BufRead, BufReader, Write},
|
Loading…
Reference in New Issue