Skip to content

Make matching for non-free-firmware keyword greedy

Adrian Friedli requested to merge koalatux/vim-debian:fix-non-free-firmware into main

When the regexp for the keyword non-free-firmware is after the regexp for the keyword non-free, then non-free wins and the suffix -firmware is not highlighted. Adding an optional group for the suffix, which is greedy, solves the problem. Alternatively you can put non-free-firmware before non-free.

Merge request reports

Loading