mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 02:24:58 +02:00
move keybinding_path to nu-data (#2927)
This commit is contained in:
@ -47,7 +47,7 @@ pub fn nu(env: &IndexMap<String, String>, tag: impl Into<Tag>) -> Result<Value,
|
||||
|
||||
#[cfg(feature = "rustyline-support")]
|
||||
{
|
||||
let keybinding_path = crate::keybinding::keybinding_path()?;
|
||||
let keybinding_path = nu_data::keybinding::keybinding_path()?;
|
||||
nu_dict.insert_value(
|
||||
"keybinding-path",
|
||||
UntaggedValue::filepath(keybinding_path).into_value(&tag),
|
||||
|
Reference in New Issue
Block a user