Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'helix-core/src/editor_config.rs')
-rw-r--r--helix-core/src/editor_config.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/helix-core/src/editor_config.rs b/helix-core/src/editor_config.rs
index 2eaeaca4..714f577c 100644
--- a/helix-core/src/editor_config.rs
+++ b/helix-core/src/editor_config.rs
@@ -228,7 +228,6 @@ impl FromStr for Ini {
let glob = GlobBuilder::new(&glob_str)
.literal_separator(true)
.backslash_escape(true)
- .empty_alternates(true)
.build()?;
ini.sections.push(Section {
glob: glob.compile_matcher(),