@@ -16119,7 +16119,7 @@ Files: src/edit.c, src/testdir/test_popup.vim
1611916119
1612016120Patch 8.0.0248
1612116121Problem: vim_strcat() cannot handle overlapping arguments.
16122- Solution: Use mch_memmove() instead of strcpy(). (Justin M Keyes,
16122+ Solution: Use mch_memmove() instead of strcpy(). (Justin M. Keyes,
1612316123 closes #1415)
1612416124Files: src/misc2.c
1612516125
@@ -16369,7 +16369,7 @@ Files: src/screen.c
1636916369Patch 8.0.0287
1637016370Problem: Cannot access the arguments of the current function in debug mode.
1637116371 (Luc Hermitte)
16372- Solution: use get_funccal(). (Lemonboy , closes #1432, closes #1352)
16372+ Solution: use get_funccal(). (LemonBoy , closes #1432, closes #1352)
1637316373Files: src/userfunc.c
1637416374
1637516375Patch 8.0.0288 (after 8.0.0284)
@@ -16734,7 +16734,7 @@ Files: src/gui_gtk_x11.c
1673416734
1673516735Patch 8.0.0350
1673616736Problem: Not enough test coverage for Perl.
16737- Solution: Add more Perl tests. (Dominique Perl , closes #1500)
16737+ Solution: Add more Perl tests. (Dominique Pelle , closes #1500)
1673816738Files: src/testdir/test_perl.vim
1673916739
1674016740Patch 8.0.0351
@@ -18235,7 +18235,7 @@ Files: src/edit.c, src/testdir/test_popup.vim
1823518235
1823618236Patch 8.0.0597
1823718237Problem: Off-by-one error in buffer size computation.
18238- Solution: Use ">=" instead of ">". (Lemonboy , closes #1694)
18238+ Solution: Use ">=" instead of ">". (LemonBoy , closes #1694)
1823918239Files: src/quickfix.c
1824018240
1824118241Patch 8.0.0598
@@ -18352,7 +18352,7 @@ Patch 8.0.0616
1835218352Problem: When setting the cterm background with ":hi Normal" the value of
1835318353 'background' may be set wrongly.
1835418354Solution: Check that the color is less than 16. Don't set 'background' when
18355- it was set explicitly. (Lemonboy , closes #1710)
18355+ it was set explicitly. (LemonBoy , closes #1710)
1835618356Files: src/syntax.c, src/testdir/test_syntax.vim
1835718357
1835818358Patch 8.0.0617 (after 8.0.0615)
@@ -18483,8 +18483,8 @@ Files: src/gui_gtk.c
1848318483
1848418484Patch 8.0.0638
1848518485Problem: Cannot build with new MSVC version VS2017.
18486- Solution: Change the compiler arguments. (Leonardo Manera, closes #1731 ,
18487- closes #1747)
18486+ Solution: Change the compiler arguments. (Leonardo Valeri Manera ,
18487+ closes #1731, closes #1747)
1848818488Files: src/GvimExt/Makefile, src/Make_mvc.mak
1848918489
1849018490Patch 8.0.0639
@@ -19076,7 +19076,7 @@ Files: src/testdir/test_arglist.vim
1907619076
1907719077Patch 8.0.0724
1907819078Problem: The message for yanking doesn't indicate the register.
19079- Solution: Show the register name in the "N lines yanked" message. (Lemonboy ,
19079+ Solution: Show the register name in the "N lines yanked" message. (LemonBoy ,
1908019080 closes #1803, closes #1809)
1908119081Files: src/ops.c, src/Makefile, src/testdir/test_registers.vim,
1908219082 src/testdir/Make_all.mak
@@ -21617,7 +21617,7 @@ Files: src/configure.ac, src/auto/configure
2161721617
2161821618Patch 8.0.1157
2161921619Problem: Compiler warning on MS-Windows.
21620- Solution: Add type cast. (Yasuhiro Matsomoto )
21620+ Solution: Add type cast. (Yasuhiro Matsumoto )
2162121621Files: src/main.c
2162221622
2162321623Patch 8.0.1158
@@ -21917,7 +21917,7 @@ Files: runtime/doc/autocmd.txt, src/ex_getln.c, src/fileio.c, src/vim.h,
2191721917
2191821918Patch 8.0.1207
2191921919Problem: Profiling skips the first and last script line.
21920- Solution: Check for BOM after setting script ID. (Lemonboy , closes #2103,
21920+ Solution: Check for BOM after setting script ID. (LemonBoy , closes #2103,
2192121921 closes #2112) Add a test. List the trailing script lines.
2192221922Files: src/testdir/test_profile.vim, src/ex_cmds2.c
2192321923
@@ -22114,7 +22114,7 @@ Problem: Mac features are confusing.
2211422114Solution: Make feature names more consistent, add "osxdarwin". Rename
2211522115 feature flags, cleanup Mac code. (Kazunobu Kuriyama, closes #2178)
2211622116 Also includes a fix for when Ruby throws an exception inside
22117- :rubyfile.(ujihisa)
22117+ :rubyfile. (ujihisa)
2211822118Files: runtime/doc/eval.txt, runtime/doc/os_mac.txt, src/auto/configure,
2211922119 src/config.h.in, src/configure.ac, src/digraph.c, src/edit.c,
2212022120 src/evalfunc.c, src/feature.h, src/fileio.c, src/getchar.c,
@@ -23262,7 +23262,7 @@ Files: src/screen.c
2326223262
2326323263Patch 8.0.1423
2326423264Problem: Error in return not caught by try/catch.
23265- Solution: Call update_force_abort(). (Yasuhiro Matsomoto , closes #2483)
23265+ Solution: Call update_force_abort(). (Yasuhiro Matsumoto , closes #2483)
2326623266Files: src/testdir/test_eval.in, src/testdir/test_eval_stuff.vim,
2326723267 src/Makefile, src/testdir/Make_all.mak, src/userfunc.c
2326823268
@@ -23293,7 +23293,7 @@ Files: src/ex_getln.c
2329323293
2329423294Patch 8.0.1429
2329523295Problem: Crash when calling term_start() with empty argument.
23296- Solution: Check for invalid argument. (Yasuhiro Matsomoto , closes #2503)
23296+ Solution: Check for invalid argument. (Yasuhiro Matsumoto , closes #2503)
2329723297 Fix memory leak.
2329823298Files: src/terminal.c, src/testdir/test_terminal.vim
2329923299
@@ -23683,7 +23683,7 @@ Files: src/misc2.c, src/evalfunc.c
2368323683Patch 8.0.1493
2368423684Problem: Completion items cannot be annotated.
2368523685Solution: Add a "user_data" entry to the completion item. (Ben Jackson,
23686- coses #2608, closes #2508)
23686+ closes #2608, closes #2508)
2368723687Files: runtime/doc/insert.txt, src/edit.c, src/structs.h,
2368823688 src/testdir/test_ins_complete.vim
2368923689
@@ -24193,8 +24193,8 @@ Files: src/os_unix.c
2419324193
2419424194Patch 8.0.1573
2419524195Problem: getwinpos(1) may cause response to be handled as command.
24196- Solution: Handle any cursor position report once one was request . (partly by
24197- Hirohito Higashi)
24196+ Solution: Handle any cursor position report once one was requested . (partly
24197+ by Hirohito Higashi)
2419824198Files: src/term.c
2419924199
2420024200Patch 8.0.1574
@@ -24675,7 +24675,7 @@ Files: runtime/pack/dist/opt/termdebug/plugin/termdebug.vim
2467524675
2467624676Patch 8.0.1656
2467724677Problem: No option to have xxd produce upper case variable names.
24678- Solution: Add the -C argument. (Matt Panaro closes #2772)
24678+ Solution: Add the -C argument. (Matt Panaro, closes #2772)
2467924679Files: src/xxd/xxd.c
2468024680
2468124681Patch 8.0.1657
@@ -25408,7 +25408,7 @@ Files: src/testdir/test_quickfix.vim, src/fileio.c, src/proto/fileio.pro,
2540825408Patch 8.0.1782
2540925409Problem: No simple way to label quickfix entries.
2541025410Solution: Add the "module" item, to be used instead of the file name for
25411- display purposes. (Martin Szamotulski, closes #1757)
25411+ display purposes. (Marcin Szamotulski, closes #1757)
2541225412Files: runtime/doc/eval.txt, runtime/doc/quickfix.txt, src/alloc.h,
2541325413 src/quickfix.c, src/testdir/test_quickfix.vim
2541425414
0 commit comments