Unnamed repository; edit this file 'description' to name the repository.
| -rw-r--r-- | helix-core/src/editor_config.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/helix-core/src/editor_config.rs b/helix-core/src/editor_config.rs index 714f577c..2eaeaca4 100644 --- a/helix-core/src/editor_config.rs +++ b/helix-core/src/editor_config.rs @@ -228,6 +228,7 @@ 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(), |