summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorDan Davison <dandavison7@gmail.com>2021-03-05 23:38:54 -0500
committerGitHub <noreply@github.com>2021-03-05 23:38:54 -0500
commit2619d07fa4ee701a19a08351ac4d3e7622e42877 (patch)
tree757e8b066611963ecb8183fe8379a1da06500de6 /Cargo.toml
parent4fb55fa820aac3e4e534000bf65dc5050ec0630b (diff)
237 navigate improvement (#526)
* Change less invocation under navigate Thanks @cben * Don't pass regexp to less * Append navigate regexp to transient copy of less history file * Rustfmt * Store delta less hist file in XDG data directory * Don't use xdg on Windows * Fix conditional compilation for Windows * Get rid of advice not to use keep navigate feature activated
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 78e8917b..9ec2e10a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -31,6 +31,7 @@ structopt = "0.3.21"
unicode-segmentation = "1.7.1"
unicode-width = "0.1.8"
vte = "0.10.0"
+xdg = "2.2.0"
[dependencies.git2]
version = "0.13.17"