I can confirm that
jmp F %+ %1 %+ 1.dest
used to work as of a few changes ago, but now
no longer does. Please file a bug report.
In the meantime, you can use
jmp F%{1}1.dest
as a workaround -- that is, there is no real need
for %+ in this particular code.