Skip to content

ftdetect: unconditionally set filetype

Kevin Daudt requested to merge fix-ftdetect into master

According to the documentation, "setfiletype will only set 'filetype' if no file type was detected yet."

To always set it, we need to use set filetype=apkbuild.

Fixes #1 (closed)

Merge request reports