@@ -16119,7 +16119,7 @@ Files: src/edit.c, src/testdir/test_popup.vim
16119
16119
16120
16120
Patch 8.0.0248
16121
16121
Problem: 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,
16123
16123
closes #1415)
16124
16124
Files: src/misc2.c
16125
16125
@@ -16369,7 +16369,7 @@ Files: src/screen.c
16369
16369
Patch 8.0.0287
16370
16370
Problem: Cannot access the arguments of the current function in debug mode.
16371
16371
(Luc Hermitte)
16372
- Solution: use get_funccal(). (Lemonboy , closes #1432, closes #1352)
16372
+ Solution: use get_funccal(). (LemonBoy , closes #1432, closes #1352)
16373
16373
Files: src/userfunc.c
16374
16374
16375
16375
Patch 8.0.0288 (after 8.0.0284)
@@ -16734,7 +16734,7 @@ Files: src/gui_gtk_x11.c
16734
16734
16735
16735
Patch 8.0.0350
16736
16736
Problem: 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)
16738
16738
Files: src/testdir/test_perl.vim
16739
16739
16740
16740
Patch 8.0.0351
@@ -18235,7 +18235,7 @@ Files: src/edit.c, src/testdir/test_popup.vim
18235
18235
18236
18236
Patch 8.0.0597
18237
18237
Problem: Off-by-one error in buffer size computation.
18238
- Solution: Use ">=" instead of ">". (Lemonboy , closes #1694)
18238
+ Solution: Use ">=" instead of ">". (LemonBoy , closes #1694)
18239
18239
Files: src/quickfix.c
18240
18240
18241
18241
Patch 8.0.0598
@@ -18352,7 +18352,7 @@ Patch 8.0.0616
18352
18352
Problem: When setting the cterm background with ":hi Normal" the value of
18353
18353
'background' may be set wrongly.
18354
18354
Solution: 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)
18356
18356
Files: src/syntax.c, src/testdir/test_syntax.vim
18357
18357
18358
18358
Patch 8.0.0617 (after 8.0.0615)
@@ -18483,8 +18483,8 @@ Files: src/gui_gtk.c
18483
18483
18484
18484
Patch 8.0.0638
18485
18485
Problem: 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)
18488
18488
Files: src/GvimExt/Makefile, src/Make_mvc.mak
18489
18489
18490
18490
Patch 8.0.0639
@@ -19076,7 +19076,7 @@ Files: src/testdir/test_arglist.vim
19076
19076
19077
19077
Patch 8.0.0724
19078
19078
Problem: 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 ,
19080
19080
closes #1803, closes #1809)
19081
19081
Files: src/ops.c, src/Makefile, src/testdir/test_registers.vim,
19082
19082
src/testdir/Make_all.mak
@@ -21617,7 +21617,7 @@ Files: src/configure.ac, src/auto/configure
21617
21617
21618
21618
Patch 8.0.1157
21619
21619
Problem: Compiler warning on MS-Windows.
21620
- Solution: Add type cast. (Yasuhiro Matsomoto )
21620
+ Solution: Add type cast. (Yasuhiro Matsumoto )
21621
21621
Files: src/main.c
21622
21622
21623
21623
Patch 8.0.1158
@@ -21917,7 +21917,7 @@ Files: runtime/doc/autocmd.txt, src/ex_getln.c, src/fileio.c, src/vim.h,
21917
21917
21918
21918
Patch 8.0.1207
21919
21919
Problem: 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,
21921
21921
closes #2112) Add a test. List the trailing script lines.
21922
21922
Files: src/testdir/test_profile.vim, src/ex_cmds2.c
21923
21923
@@ -22114,7 +22114,7 @@ Problem: Mac features are confusing.
22114
22114
Solution: Make feature names more consistent, add "osxdarwin". Rename
22115
22115
feature flags, cleanup Mac code. (Kazunobu Kuriyama, closes #2178)
22116
22116
Also includes a fix for when Ruby throws an exception inside
22117
- :rubyfile.(ujihisa)
22117
+ :rubyfile. (ujihisa)
22118
22118
Files: runtime/doc/eval.txt, runtime/doc/os_mac.txt, src/auto/configure,
22119
22119
src/config.h.in, src/configure.ac, src/digraph.c, src/edit.c,
22120
22120
src/evalfunc.c, src/feature.h, src/fileio.c, src/getchar.c,
@@ -23262,7 +23262,7 @@ Files: src/screen.c
23262
23262
23263
23263
Patch 8.0.1423
23264
23264
Problem: 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)
23266
23266
Files: src/testdir/test_eval.in, src/testdir/test_eval_stuff.vim,
23267
23267
src/Makefile, src/testdir/Make_all.mak, src/userfunc.c
23268
23268
@@ -23293,7 +23293,7 @@ Files: src/ex_getln.c
23293
23293
23294
23294
Patch 8.0.1429
23295
23295
Problem: 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)
23297
23297
Fix memory leak.
23298
23298
Files: src/terminal.c, src/testdir/test_terminal.vim
23299
23299
@@ -23683,7 +23683,7 @@ Files: src/misc2.c, src/evalfunc.c
23683
23683
Patch 8.0.1493
23684
23684
Problem: Completion items cannot be annotated.
23685
23685
Solution: Add a "user_data" entry to the completion item. (Ben Jackson,
23686
- coses #2608, closes #2508)
23686
+ closes #2608, closes #2508)
23687
23687
Files: runtime/doc/insert.txt, src/edit.c, src/structs.h,
23688
23688
src/testdir/test_ins_complete.vim
23689
23689
@@ -24193,8 +24193,8 @@ Files: src/os_unix.c
24193
24193
24194
24194
Patch 8.0.1573
24195
24195
Problem: 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)
24198
24198
Files: src/term.c
24199
24199
24200
24200
Patch 8.0.1574
@@ -24675,7 +24675,7 @@ Files: runtime/pack/dist/opt/termdebug/plugin/termdebug.vim
24675
24675
24676
24676
Patch 8.0.1656
24677
24677
Problem: 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)
24679
24679
Files: src/xxd/xxd.c
24680
24680
24681
24681
Patch 8.0.1657
@@ -25408,7 +25408,7 @@ Files: src/testdir/test_quickfix.vim, src/fileio.c, src/proto/fileio.pro,
25408
25408
Patch 8.0.1782
25409
25409
Problem: No simple way to label quickfix entries.
25410
25410
Solution: 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)
25412
25412
Files: runtime/doc/eval.txt, runtime/doc/quickfix.txt, src/alloc.h,
25413
25413
src/quickfix.c, src/testdir/test_quickfix.vim
25414
25414
0 commit comments