@@ -7628,8 +7628,8 @@ Problem: Still using __ARGS.
76287628Solution: Remove __ARGS in several files. (script by Hirohito Higashi)
76297629Files: src/ex_eval.c, src/ex_getln.c, src/farsi.c, src/fileio.c,
76307630 src/fold.c, src/getchar.c, src/gui.c, src/gui_at_fs.c,
7631- gui_at_sb.c, src/gui_athena.c, src/gui_beval.c, src/gui_motif .c,
7632- src/gui_w32.c, src/gui_w48.c
7631+ src/ gui_at_sb.c, src/gui_athena.c, src/gui_beval.c,
7632+ src/gui_motif.c, src/ gui_w32.c, src/gui_w48.c
76337633
76347634Patch 7.4.1198
76357635Problem: Still using __ARGS.
@@ -8048,7 +8048,7 @@ Patch 7.4.1264
80488048Problem: Crash when receiving an empty array.
80498049Solution: Check for array with wrong number of arguments. (Damien)
80508050Files: src/channel.c, src/eval.c, src/testdir/test_channel.py,
8051- src/testdir. test_channel.vim
8051+ src/testdir/ test_channel.vim
80528052
80538053Patch 7.4.1265
80548054Problem: Not all channel commands are tested.
@@ -13907,7 +13907,7 @@ Problem: Using 'hlsearch' highlighting instead of matchpos if there is no
1390713907 search match.
1390813908Solution: Pass NULL as last item to next_search_hl() when searching for
1390913909 'hlsearch' match. (Shane Harper, closes #1013)
13910- Files: src/screen.c, src/testdir/test_match.vim.
13910+ Files: src/screen.c, src/testdir/test_match.vim
1391113911
1391213912Patch 7.4.2270
1391313913Problem: Insufficient testing for NUL bytes on a raw channel.
@@ -18312,13 +18312,13 @@ Patch 8.0.0610
1831218312Problem: The screen is redrawn when t_BG is set and used to detect the
1831318313 value for 'background'.
1831418314Solution: Don't redraw when the value of 'background' didn't change.
18315- Files: src/term.c.
18315+ Files: src/term.c
1831618316
1831718317Patch 8.0.0611
1831818318Problem: When t_u7 is sent a few characters in the second screen line are
1831918319 overwritten and not redrawn later. (Rastislav Barlik)
1832018320Solution: Move redrawing the screen to after overwriting the characters.
18321- Files: src/main.c, src/term.c.
18321+ Files: src/main.c, src/term.c
1832218322
1832318323Patch 8.0.0612
1832418324Problem: Package directories are added to 'runtimepath' only after loading
@@ -27644,7 +27644,7 @@ Files: src/terminal.c, src/testdir/dumps/Test_syntax_c_01.dump
2764427644Patch 8.1.0327
2764527645Problem: The "g CTRL-G" command isn't tested much.
2764627646Solution: Add more tests. (Dominique Pelle, closes #3369)
27647- Files: src/testdir/test_normal.c
27647+ Files: src/testdir/test_normal.vim
2764827648
2764927649Patch 8.1.0328
2765027650Problem: inputlist() doesn't work with a timer. (Dominique Pelle)
@@ -29430,7 +29430,7 @@ Patch 8.1.0629
2943029430Problem: "gn" selects the wrong text with a multi-line match.
2943129431Solution: Get the end position from searchit() directly. (closes #3695)
2943229432Files: src/testdir/test_gn.vim, src/search.c, src/proto/search.pro,
29433- src/edit.c, src/evalfunc.c, src/ex_docmd.c, ex_getln.c,
29433+ src/edit.c, src/evalfunc.c, src/ex_docmd.c, src/ ex_getln.c,
2943429434 src/normal.c
2943529435
2943629436Patch 8.1.0630
@@ -30865,7 +30865,7 @@ Patch 8.1.0849
3086530865Problem: Cursorline highlight is not always updated.
3086630866Solution: Set w_last_cursorline when redrawing. Fix resetting cursor flags
3086730867 when using the popup menu.
30868- Files: src/screen.c, src/popupmenu .c, src/testdir/test_highlight.vim,
30868+ Files: src/screen.c, src/popupmnu .c, src/testdir/test_highlight.vim,
3086930869 src/testdir/dumps/Test_cursorline_yank_01.dump
3087030870
3087130871Patch 8.1.0850
@@ -33453,7 +33453,7 @@ Patch 8.1.1276
3345333453Problem: Cannot combine text properties with syntax highlighting.
3345433454Solution: Add the "combine" field to prop_type_add(). (closes #4343)
3345533455Files: runtime/doc/eval.txt, runtime/doc/textprop.txt, src/screen.c,
33456- src/testprop.c, src/ structs.h, src/testdir/test_textprop.vim
33456+ src/structs.h, src/testdir/test_textprop.vim
3345733457
3345833458Patch 8.1.1277 (after 8.1.1276)
3345933459Problem: Missing screenshot update.
0 commit comments