This fixes a bug introduced in 2a33b49: When makeTargetinDefine ends with makeIdent, makeSpecTarget or makeComment, the following line is also matched as makeTargetinDefine.
So, add keepend to prevent that just as makeTarget does.
https://github.com/vim/vim/pull/18570
(1 file)
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.
@rohieb Sorry for bothering again -- just catched a bug I introduced in #18403 :
When makeTargetinDefine ends with makeIdent, makeSpecTarget or makeComment, the following line is also matched as makeTargetinDefine. Here's a simple example:
orig2.png (view on web) orig.png (view on web)So I add keepend in makeTargetinDefine region, which fixes this:
new.png (view on web)—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.
@rohieb approved this pull request.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.