kergoth/vim-bitbake

Parsing function names that include ${PN}

Closed this issue · 0 comments

For instance, this fails to parse:

pkg_postinst_${PN}() {
# ...
}