Skip to content

Commit

Permalink
document that CwdAwareHinter is only compatible with sqlite history
Browse files Browse the repository at this point in the history
  • Loading branch information
p00f committed Oct 19, 2023
1 parent 51f05e6 commit 00c59e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hinter/cwd_aware.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use crate::{history::SearchQuery, Hinter, History};
use nu_ansi_term::{Color, Style};

/// A hinter that uses the completions or the history to show a hint to the user
///
/// NOTE: Only use this with `SqliteBackedHistory`!
/// Similar to `fish` autosuggestins
#[cfg(any(feature = "sqlite", feature = "sqlite-dynlib"))]
pub struct CwdAwareHinter {
Expand Down

0 comments on commit 00c59e4

Please sign in to comment.