mirror of
https://github.com/neovim/neovim.git
synced 2026-07-14 05:10:36 +00:00
Problem: URI buffer names can end with a slash, but slash-ended directory matching should not preempt URI filetype patterns. Solution: Do not use the slash shortcut for names with URI schemes, so those continue through normal filetype matching. Co-authored-by: Adam Karafyllidis <akisarou90@gmail.com>