mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-27 16:51:15 -03:00
Temporarily enable history_file debug category by default
All of these should never happen so let's enable them to hopefully get useful bug reports. Should disable it again before a release. See #10300
This commit is contained in:
@@ -120,7 +120,7 @@ pub fn all_categories() -> Vec<&'static category_t> {
|
||||
(char_encoding, "char-encoding", "Character encoding issues");
|
||||
|
||||
(history, "history", "Command history events");
|
||||
(history_file, "history-file", "Reading/Writing the history file");
|
||||
(history_file, "history-file", "Reading/Writing the history file", true);
|
||||
|
||||
(profile_history, "profile-history", "History performance measurements");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user