comparison runtime/doc/version7.txt @ 32061:b2412874362f

Update runtime files Commit: https://github.com/vim/vim/commit/dd60c365cd2630794be84d63c4fe287124a30b97 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Feb 27 15:49:53 2023 +0000 Update runtime files
author Bram Moolenaar <Bram@vim.org>
date Mon, 27 Feb 2023 17:00:08 +0100
parents f8116058ca76
children ef1c4fa8fc11
comparison
equal deleted inserted replaced
32060:038d32f87ebf 32061:b2412874362f
8121 forward, but not quit the more prompt. (Markus Heidelberg) 8121 forward, but not quit the more prompt. (Markus Heidelberg)
8122 Files: src/message.c 8122 Files: src/message.c
8123 8123
8124 Patch 7.2.119 8124 Patch 7.2.119
8125 Problem: Status line is redrawn too often. 8125 Problem: Status line is redrawn too often.
8126 Solution: Check ScreeenLinesUC[] properly. (Yukihiro Nakadaira) 8126 Solution: Check ScreenLinesUC[] properly. (Yukihiro Nakadaira)
8127 Files: src/screen.c 8127 Files: src/screen.c
8128 8128
8129 Patch 7.2.120 8129 Patch 7.2.120
8130 Problem: When opening the quickfix window or splitting the window and 8130 Problem: When opening the quickfix window or splitting the window and
8131 setting the location list, the location list is copied and then 8131 setting the location list, the location list is copied and then
9780 Solution: Remove the #ifdef for IncSearch. (James Vega) 9780 Solution: Remove the #ifdef for IncSearch. (James Vega)
9781 Files: src/syntax.c 9781 Files: src/syntax.c
9782 9782
9783 Patch 7.2.406 9783 Patch 7.2.406
9784 Problem: Patch 7.2.119 introduces uninit mem read. (Dominique Pelle) 9784 Problem: Patch 7.2.119 introduces uninit mem read. (Dominique Pelle)
9785 Solution: Only used ScreeenLinesC when ScreeenLinesUC is not zero. (Yukihiro 9785 Solution: Only used ScreenLinesC when ScreenLinesUC is not zero. (Yukihiro
9786 Nakadaira) Also clear ScreeenLinesC when allocating. 9786 Nakadaira) Also clear ScreenLinesC when allocating.
9787 Files: src/screen.c 9787 Files: src/screen.c
9788 9788
9789 Patch 7.2.407 9789 Patch 7.2.407
9790 Problem: When using an expression in ":s" backslashes in the result are 9790 Problem: When using an expression in ":s" backslashes in the result are
9791 dropped. (Sergey Goldgaber, Christian Brabandt) 9791 dropped. (Sergey Goldgaber, Christian Brabandt)