mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-08 10:51:15 -03:00
committed by
Johannes Altmanninger
parent
1c34fb064a
commit
6ce3bb858d
@@ -24,8 +24,8 @@
|
||||
/// History file types.
|
||||
#[derive(Clone, Copy, Debug, PartialEq, Eq)]
|
||||
pub enum HistoryFileType {
|
||||
Fish2_0, // old format with just timestamp and item
|
||||
Fish1_x, // YAML-style format
|
||||
Fish1_x, // old format with just timestamp and item
|
||||
Fish2_0, // YAML-style format
|
||||
}
|
||||
|
||||
/// A type wrapping up the logic around mmap and munmap.
|
||||
|
||||
Reference in New Issue
Block a user