Commit a9d23c2
committed
patch 8.0.0195: fail to jump to static tag in current file
Problem: Jumping to a tag that is a static item in the current file fails.
(Kazunobu Kuriyama)
Solution: Make sure the first byte of the tag key is not NUL. (Suggested by
James McCoy, closes #1387)1 parent e32bbde commit a9d23c2
3 files changed
Lines changed: 33 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | 47 | | |
52 | 48 | | |
53 | 49 | | |
| |||
2317 | 2313 | | |
2318 | 2314 | | |
2319 | 2315 | | |
2320 | | - | |
| 2316 | + | |
2321 | 2317 | | |
2322 | 2318 | | |
2323 | 2319 | | |
| |||
2351 | 2347 | | |
2352 | 2348 | | |
2353 | 2349 | | |
| 2350 | + | |
2354 | 2351 | | |
2355 | 2352 | | |
2356 | 2353 | | |
| |||
2366 | 2363 | | |
2367 | 2364 | | |
2368 | 2365 | | |
2369 | | - | |
| 2366 | + | |
2370 | 2367 | | |
2371 | 2368 | | |
2372 | 2369 | | |
| |||
2548 | 2545 | | |
2549 | 2546 | | |
2550 | 2547 | | |
2551 | | - | |
2552 | | - | |
2553 | | - | |
2554 | | - | |
| 2548 | + | |
| 2549 | + | |
| 2550 | + | |
| 2551 | + | |
| 2552 | + | |
| 2553 | + | |
| 2554 | + | |
| 2555 | + | |
| 2556 | + | |
| 2557 | + | |
2555 | 2558 | | |
2556 | 2559 | | |
2557 | 2560 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
26 | 44 | | |
27 | 45 | | |
28 | 46 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
764 | 764 | | |
765 | 765 | | |
766 | 766 | | |
| 767 | + | |
| 768 | + | |
767 | 769 | | |
768 | 770 | | |
769 | 771 | | |
| |||
0 commit comments