Commit 398ee73
committed
patch 8.0.0847: :argadd without argument can't handle space in file name
Problem: :argadd without argument can't handle space in file name. (Harm te
Hennepe)
Solution: Escape the space. (Yasuhiro Matsumoto, closes #1917)1 parent 7c9aec4 commit 398ee73
4 files changed
Lines changed: 21 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2320 | 2320 | | |
2321 | 2321 | | |
2322 | 2322 | | |
2323 | | - | |
2324 | | - | |
| 2323 | + | |
| 2324 | + | |
2325 | 2325 | | |
2326 | 2326 | | |
2327 | 2327 | | |
| |||
2333 | 2333 | | |
2334 | 2334 | | |
2335 | 2335 | | |
| 2336 | + | |
| 2337 | + | |
| 2338 | + | |
| 2339 | + | |
2336 | 2340 | | |
2337 | 2341 | | |
2338 | 2342 | | |
| |||
2355 | 2359 | | |
2356 | 2360 | | |
2357 | 2361 | | |
2358 | | - | |
| 2362 | + | |
2359 | 2363 | | |
2360 | 2364 | | |
2361 | 2365 | | |
| |||
2401 | 2405 | | |
2402 | 2406 | | |
2403 | 2407 | | |
| 2408 | + | |
2404 | 2409 | | |
2405 | 2410 | | |
2406 | 2411 | | |
| |||
2410 | 2415 | | |
2411 | 2416 | | |
2412 | 2417 | | |
| 2418 | + | |
2413 | 2419 | | |
2414 | 2420 | | |
2415 | 2421 | | |
2416 | 2422 | | |
2417 | 2423 | | |
2418 | | - | |
| 2424 | + | |
2419 | 2425 | | |
2420 | 2426 | | |
2421 | 2427 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
56 | 55 | | |
57 | 56 | | |
58 | 57 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | | - | |
69 | | - | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
70 | 76 | | |
71 | 77 | | |
72 | 78 | | |
73 | 79 | | |
74 | | - | |
| 80 | + | |
75 | 81 | | |
76 | 82 | | |
77 | 83 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
769 | 769 | | |
770 | 770 | | |
771 | 771 | | |
| 772 | + | |
| 773 | + | |
772 | 774 | | |
773 | 775 | | |
774 | 776 | | |
| |||
0 commit comments