view .gitattributes @ 27154:6d7fe3af5aa2 v8.2.4106

patch 8.2.4106: going over the end of the w_lines array Commit: https://github.com/vim/vim/commit/fa1a45705995f16ee7e69434c772107a3ddeeebd Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jan 16 11:42:20 2022 +0000 patch 8.2.4106: going over the end of the w_lines array Problem: Going over the end of the w_lines array. Solution: Break out of the loop when "idx" is too big. (issue https://github.com/vim/vim/issues/9540)
author Bram Moolenaar <Bram@vim.org>
date Sun, 16 Jan 2022 12:45:03 +0100
parents ccc02b39fb5e
children
line wrap: on
line source

src/testdir/test42.in diff