FS#66508 - [python-jinja] installs a wholly unnecessary vim syntax file that doesn't even get loaded.

Attached to Project: Community Packages
Opened by Kekw (defty) - Saturday, 02 May 2020, 09:00 GMT
Last edited by Evangelos Foutras (foutrelis) - Saturday, 02 May 2020, 15:17 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Evangelos Foutras (foutrelis)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

/usr/share/vim/vimfiles/syntax/jinja.vim is a vim syntax file provided by the
Jinja project for the Jinja templating language. It was removed a few days ago in
https://github.com/pallets/jinja/commit/29cd9273f5b18414a61847bdbc701107618ee6ce,
and will not be part of the next release. Honestly, there is no reason for this
bugreport since you would have discovered this when you tried to build the next
package, but I wanted to let you know anyway.

Fun fact: it was never run because you didn't package an ftdetect file with it.

Steps to reproduce:

1. Have python-jinja.
2. Notice that syntax/jinja.vim takes up 5.7 KB of space and does nothing.
3. Cry.
This task depends upon

Closed by  Evangelos Foutras (foutrelis)
Saturday, 02 May 2020, 15:17 GMT
Reason for closing:  Deferred
Additional comments about closing:  Thanks for the heads-up; will drop it once upstream stops shipping it in a released version.

Loading...