mirror of
https://github.com/neovim/neovim.git
synced 2025-09-19 09:48:19 +00:00

Problem: `*.db` files use empty string as default filetype, which is inconsistent with the rest of the code which uses `nil` instead. Solution: don't pass a default empty string