b4n left a comment (geany/geany#4318) > > ``` > > * Support `%%` to insert a literal `%` in build formats. > > ``` > > See also [#4250 > (comment)](https://github.com/geany/geany/pull/4250#discussion_r2030223506) > about this. I'm fine with replacing `%%` as `%`.
Yeah the issue with the behavior you commented on was that inserting a literal `%` was not possible or unreliable, here it should be consistently handled printf-like, e.g. `%%` means `%`, however as many there might be (so `%%%%%%` means `%%%`). So I'd think your concerns were valid, but the impl here is not subject to them. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/pull/4318#issuecomment-2952358844 You are receiving this because you are subscribed to this thread. Message ID: <geany/geany/pull/4318/[email protected]>
