- 
 
- 
  Notifications
 You must be signed in to change notification settings 
- Fork 688
Commit 7193cab
runtime(make): Prevent makeTargetinDefine matching extra line
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.
related: #18403
closes: #18570
Signed-off-by: Yiyang Wu <xgreenlandforwyy@gmail.com>
Signed-off-by: Roland Hieber <rohieb+vim-iR0jGdkV@rohieb.name>
Signed-off-by: Christian Brabandt <cb@256bit.org>1 parent 418ff51 commit 7193cab
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
|  | |||
| 6 | 6 |  | |
| 7 | 7 |  | |
| 8 | 8 |  | |
| 9 | + | ||
| 9 | 10 |  | |
| 10 | 11 |  | |
| 11 | 12 |  | |
|  | |||
| 65 | 66 |  | |
| 66 | 67 |  | |
| 67 | 68 |  | |
| 69 | + | ||
| 68 | 70 |  | |
| 69 | 71 |  | |
| 70 | 72 |  | |
|  | |||
0 commit comments