Proposal: Deprecate Some File Extensions #79
Labels
area/ftdetect
affecting filetype detection
status/triage
default label before it is marked as bug or something else
type/enhancement
New feature or request
Milestone
Description
Currently, we support a plethora of file extensions, namely the
following:
yagpdb.vim/ftdetect/yagpdbcc.vim
Lines 31 to 38 in 83f3fae
This is certainly a lot, and potentially way too much. There are also
some potential issues with a hyphenated file extension (just a gut
feeling, I haven't tested it) — moreover, long file extensions are just
really weird.
Solution
I propose we drop support for
yagpdb
,yagpdbcc
,yag-cc
, andyagpdb-cc
in favour of justyag
and maybeyagcc
. The option tooverride
tmpl
andgo.tmpl
should be kept, though, asyagpdb-cc/yagpdb-cc uses the latter one (for whatever reason, Joe
doesn't remember why).
Obviously this will be a breaking change, and thus needs proper
announcement, at the very least inside the commit message. Keeping this
issue open for a while will also help with that.
Code of Conduct
The text was updated successfully, but these errors were encountered: