diff options
Diffstat (limited to 'editors/helix/files/patch-helix-loader_src_lib.rs')
-rw-r--r-- | editors/helix/files/patch-helix-loader_src_lib.rs | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/editors/helix/files/patch-helix-loader_src_lib.rs b/editors/helix/files/patch-helix-loader_src_lib.rs deleted file mode 100644 index a61fede9e5d5..000000000000 --- a/editors/helix/files/patch-helix-loader_src_lib.rs +++ /dev/null @@ -1,11 +0,0 @@ ---- helix-loader/src/lib.rs.orig 2024-03-31 01:10:06 UTC -+++ helix-loader/src/lib.rs -@@ -65,6 +65,8 @@ fn prioritize_runtime_dirs() -> Vec<PathBuf> { - rt_dirs.push(dir.into()); - } - -+ rt_dirs.push(std::path::PathBuf::from("%%DATADIR%%").join(RT_DIR)); -+ - // fallback to location of the executable being run - // canonicalize the path in case the executable is symlinked - let exe_rt_dir = std::env::current_exe() |