comparison runtime/doc/version8.txt @ 17433:ca8e754bdd53

Update runtime files commit https://github.com/vim/vim/commit/85850f3a5ef9f5a9d22e908ef263de8faa265a95 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Jul 19 22:05:51 2019 +0200 Update runtime files
author Bram Moolenaar <Bram@vim.org>
date Fri, 19 Jul 2019 22:15:08 +0200
parents 620e9011b685
children 82a28df1e2d5
comparison
equal deleted inserted replaced
17432:d13620591637 17433:ca8e754bdd53
7623 Patch 7.4.1197 7623 Patch 7.4.1197
7624 Problem: Still using __ARGS. 7624 Problem: Still using __ARGS.
7625 Solution: Remove __ARGS in several files. (script by Hirohito Higashi) 7625 Solution: Remove __ARGS in several files. (script by Hirohito Higashi)
7626 Files: src/ex_eval.c, src/ex_getln.c, src/farsi.c, src/fileio.c, 7626 Files: src/ex_eval.c, src/ex_getln.c, src/farsi.c, src/fileio.c,
7627 src/fold.c, src/getchar.c, src/gui.c, src/gui_at_fs.c, 7627 src/fold.c, src/getchar.c, src/gui.c, src/gui_at_fs.c,
7628 gui_at_sb.c, src/gui_athena.c, src/gui_beval.c, src/gui_motif.c, 7628 src/gui_at_sb.c, src/gui_athena.c, src/gui_beval.c,
7629 src/gui_w32.c, src/gui_w48.c 7629 src/gui_motif.c, src/gui_w32.c, src/gui_w48.c
7630 7630
7631 Patch 7.4.1198 7631 Patch 7.4.1198
7632 Problem: Still using __ARGS. 7632 Problem: Still using __ARGS.
7633 Solution: Remove __ARGS in several files. (script by Hirohito Higashi) 7633 Solution: Remove __ARGS in several files. (script by Hirohito Higashi)
7634 Also remove use of HAVE_STDARG_H. 7634 Also remove use of HAVE_STDARG_H.
8043 8043
8044 Patch 7.4.1264 8044 Patch 7.4.1264
8045 Problem: Crash when receiving an empty array. 8045 Problem: Crash when receiving an empty array.
8046 Solution: Check for array with wrong number of arguments. (Damien) 8046 Solution: Check for array with wrong number of arguments. (Damien)
8047 Files: src/channel.c, src/eval.c, src/testdir/test_channel.py, 8047 Files: src/channel.c, src/eval.c, src/testdir/test_channel.py,
8048 src/testdir.test_channel.vim 8048 src/testdir/test_channel.vim
8049 8049
8050 Patch 7.4.1265 8050 Patch 7.4.1265
8051 Problem: Not all channel commands are tested. 8051 Problem: Not all channel commands are tested.
8052 Solution: Add a test for "normal", "expr" and "redraw". 8052 Solution: Add a test for "normal", "expr" and "redraw".
8053 Files: src/testdir/test_channel.py, src/testdir/test_channel.vim 8053 Files: src/testdir/test_channel.py, src/testdir/test_channel.vim
8452 Files: src/os_win32.c 8452 Files: src/os_win32.c
8453 8453
8454 Patch 7.4.1336 8454 Patch 7.4.1336
8455 Problem: Channel NL mode is not supported yet. 8455 Problem: Channel NL mode is not supported yet.
8456 Solution: Add NL mode support to channels. 8456 Solution: Add NL mode support to channels.
8457 Files: src/channel.c, src/netbeans.c, src/structs.h, src/os_unix.d, 8457 Files: src/channel.c, src/netbeans.c, src/structs.h, src/os_win32.c,
8458 src/os_win32.c, src/proto/channel.pro, src/proto/os_unix.pro, 8458 src/proto/channel.pro, src/proto/os_unix.pro,
8459 src/proto/os_win32.pro, src/testdir/test_channel.vim, 8459 src/proto/os_win32.pro, src/testdir/test_channel.vim,
8460 src/testdir/test_channel_pipe.py 8460 src/testdir/test_channel_pipe.py
8461 8461
8462 Patch 7.4.1337 (after 7.4.1336) 8462 Patch 7.4.1337 (after 7.4.1336)
8463 Problem: Part of the change is missing. 8463 Problem: Part of the change is missing.
13902 Patch 7.4.2269 13902 Patch 7.4.2269
13903 Problem: Using 'hlsearch' highlighting instead of matchpos if there is no 13903 Problem: Using 'hlsearch' highlighting instead of matchpos if there is no
13904 search match. 13904 search match.
13905 Solution: Pass NULL as last item to next_search_hl() when searching for 13905 Solution: Pass NULL as last item to next_search_hl() when searching for
13906 'hlsearch' match. (Shane Harper, closes #1013) 13906 'hlsearch' match. (Shane Harper, closes #1013)
13907 Files: src/screen.c, src/testdir/test_match.vim. 13907 Files: src/screen.c, src/testdir/test_match.vim
13908 13908
13909 Patch 7.4.2270 13909 Patch 7.4.2270
13910 Problem: Insufficient testing for NUL bytes on a raw channel. 13910 Problem: Insufficient testing for NUL bytes on a raw channel.
13911 Solution: Add a test for writing and reading. 13911 Solution: Add a test for writing and reading.
13912 Files: src/testdir/test_channel.vim 13912 Files: src/testdir/test_channel.vim
18304 18304
18305 Patch 8.0.0610 18305 Patch 8.0.0610
18306 Problem: The screen is redrawn when t_BG is set and used to detect the 18306 Problem: The screen is redrawn when t_BG is set and used to detect the
18307 value for 'background'. 18307 value for 'background'.
18308 Solution: Don't redraw when the value of 'background' didn't change. 18308 Solution: Don't redraw when the value of 'background' didn't change.
18309 Files: src/term.c. 18309 Files: src/term.c
18310 18310
18311 Patch 8.0.0611 18311 Patch 8.0.0611
18312 Problem: When t_u7 is sent a few characters in the second screen line are 18312 Problem: When t_u7 is sent a few characters in the second screen line are
18313 overwritten and not redrawn later. (Rastislav Barlik) 18313 overwritten and not redrawn later. (Rastislav Barlik)
18314 Solution: Move redrawing the screen to after overwriting the characters. 18314 Solution: Move redrawing the screen to after overwriting the characters.
18315 Files: src/main.c, src/term.c. 18315 Files: src/main.c, src/term.c
18316 18316
18317 Patch 8.0.0612 18317 Patch 8.0.0612
18318 Problem: Package directories are added to 'runtimepath' only after loading 18318 Problem: Package directories are added to 'runtimepath' only after loading
18319 non-package plugins. 18319 non-package plugins.
18320 Solution: Split off the code to add package directories to 'runtimepath'. 18320 Solution: Split off the code to add package directories to 'runtimepath'.
27636 Files: src/terminal.c, src/testdir/dumps/Test_syntax_c_01.dump 27636 Files: src/terminal.c, src/testdir/dumps/Test_syntax_c_01.dump
27637 27637
27638 Patch 8.1.0327 27638 Patch 8.1.0327
27639 Problem: The "g CTRL-G" command isn't tested much. 27639 Problem: The "g CTRL-G" command isn't tested much.
27640 Solution: Add more tests. (Dominique Pelle, closes #3369) 27640 Solution: Add more tests. (Dominique Pelle, closes #3369)
27641 Files: src/testdir/test_normal.c 27641 Files: src/testdir/test_normal.vim
27642 27642
27643 Patch 8.1.0328 27643 Patch 8.1.0328
27644 Problem: inputlist() doesn't work with a timer. (Dominique Pelle) 27644 Problem: inputlist() doesn't work with a timer. (Dominique Pelle)
27645 Solution: Don't redraw when cmdline_row is zero. (Hirohito Higashi, 27645 Solution: Don't redraw when cmdline_row is zero. (Hirohito Higashi,
27646 closes #3239) 27646 closes #3239)
29422 29422
29423 Patch 8.1.0629 29423 Patch 8.1.0629
29424 Problem: "gn" selects the wrong text with a multi-line match. 29424 Problem: "gn" selects the wrong text with a multi-line match.
29425 Solution: Get the end position from searchit() directly. (closes #3695) 29425 Solution: Get the end position from searchit() directly. (closes #3695)
29426 Files: src/testdir/test_gn.vim, src/search.c, src/proto/search.pro, 29426 Files: src/testdir/test_gn.vim, src/search.c, src/proto/search.pro,
29427 src/edit.c, src/evalfunc.c, src/ex_docmd.c, ex_getln.c, 29427 src/edit.c, src/evalfunc.c, src/ex_docmd.c, src/ex_getln.c,
29428 src/normal.c 29428 src/normal.c
29429 29429
29430 Patch 8.1.0630 29430 Patch 8.1.0630
29431 Problem: "wincmd p" does not work after using an autocmd window. 29431 Problem: "wincmd p" does not work after using an autocmd window.
29432 Solution: Store "prevwin" in aco_save_T. (Christian Brabandt, closes #3690) 29432 Solution: Store "prevwin" in aco_save_T. (Christian Brabandt, closes #3690)
30857 30857
30858 Patch 8.1.0849 30858 Patch 8.1.0849
30859 Problem: Cursorline highlight is not always updated. 30859 Problem: Cursorline highlight is not always updated.
30860 Solution: Set w_last_cursorline when redrawing. Fix resetting cursor flags 30860 Solution: Set w_last_cursorline when redrawing. Fix resetting cursor flags
30861 when using the popup menu. 30861 when using the popup menu.
30862 Files: src/screen.c, src/popupmenu.c, src/testdir/test_highlight.vim, 30862 Files: src/screen.c, src/popupmnu.c, src/testdir/test_highlight.vim,
30863 src/testdir/dumps/Test_cursorline_yank_01.dump 30863 src/testdir/dumps/Test_cursorline_yank_01.dump
30864 30864
30865 Patch 8.1.0850 30865 Patch 8.1.0850
30866 Problem: Test for 'backupskip' is not correct. 30866 Problem: Test for 'backupskip' is not correct.
30867 Solution: Split the option in parts and use expand(). (Michael Soyka) 30867 Solution: Split the option in parts and use expand(). (Michael Soyka)
33445 33445
33446 Patch 8.1.1276 33446 Patch 8.1.1276
33447 Problem: Cannot combine text properties with syntax highlighting. 33447 Problem: Cannot combine text properties with syntax highlighting.
33448 Solution: Add the "combine" field to prop_type_add(). (closes #4343) 33448 Solution: Add the "combine" field to prop_type_add(). (closes #4343)
33449 Files: runtime/doc/eval.txt, runtime/doc/textprop.txt, src/screen.c, 33449 Files: runtime/doc/eval.txt, runtime/doc/textprop.txt, src/screen.c,
33450 src/testprop.c, src/structs.h, src/testdir/test_textprop.vim 33450 src/structs.h, src/testdir/test_textprop.vim
33451 33451
33452 Patch 8.1.1277 (after 8.1.1276) 33452 Patch 8.1.1277 (after 8.1.1276)
33453 Problem: Missing screenshot update. 33453 Problem: Missing screenshot update.
33454 Solution: Update the screenshot. 33454 Solution: Update the screenshot.
33455 Files: src/testdir/dumps/Test_textprop_01.dump 33455 Files: src/testdir/dumps/Test_textprop_01.dump