Am 09.10.2019 um 21:47 hat Cleber Rosa geschrieben: > Due to not being able to find a reason to have shebangs on files that > are not executable. > > While at it, add a mode hint to emacs, which would be clueless or > plain wrong about these containing shell code.
vim still doesn't like the change. Of course, we could also add another line for vim and for every other editor in use, but actually, I think I'd prefer just dropping this patch. It even makes each file a few bytes larger instead of saving something. Shebang lines are a shorter and more portable format indicator than the alternatives. So I think in the end we have found a good reason to keep them. :-) Kevin