From ecb3475434f22b6101a7422e667e809ef4c2991a Mon Sep 17 00:00:00 2001 From: Ashish SHUKLA Date: Wed, 30 Mar 2022 22:35:40 +0000 Subject: editors/helix: Update to 22.03 Reported by: portscout --- editors/helix/files/patch-helix-core_src_lib.rs | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 editors/helix/files/patch-helix-core_src_lib.rs (limited to 'editors/helix/files/patch-helix-core_src_lib.rs') diff --git a/editors/helix/files/patch-helix-core_src_lib.rs b/editors/helix/files/patch-helix-core_src_lib.rs deleted file mode 100644 index ee8dfd910530..000000000000 --- a/editors/helix/files/patch-helix-core_src_lib.rs +++ /dev/null @@ -1,11 +0,0 @@ ---- helix-core/src/lib.rs.orig 2021-09-18 05:55:12 UTC -+++ helix-core/src/lib.rs -@@ -73,6 +73,8 @@ pub fn runtime_dir() -> std::path::PathBuf { - // this is the directory of the crate being run by cargo, we need the workspace path so we take the parent - return std::path::PathBuf::from(dir).parent().unwrap().join(RT_DIR); - } -+ -+ return std::path::PathBuf::from("%%DATADIR%%").join(RT_DIR); - - // fallback to location of the executable being run - std::env::current_exe() -- cgit v1.2.3