If we open /etc/apt/sources.list.d/debian.sources, the filetype is not set. It should be set to debsources. The format deb822 allows APT sources to be specified in a more structured way. But this format can only be used in a .sources file; not in a .list file. See:
Files in this format have the extension .sources.
Source: https://manpages.debian.org/stretch/apt/sources.list.5.en.html#DEB822-STYLE_FORMAT
https://github.com/vim/vim/pull/12619
(1 file)
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
I guess this is related to #11934
ping @jamessan
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
Closed #12619.
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
I didn't think enough about this issue. One could argue that those sources should be set with their own filetype; maybe deb822sources. So, closing until more people give their opinions on #11934.
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
@jayaddison has provided an initial implementation upstream, which I'll try to review soon and send to Bram.
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()