view .gitattributes @ 29570:bc47aeacc8d8 v9.0.0126

patch 9.0.0126: expanding file names fails in dir with more than 255 entries Commit: https://github.com/vim/vim/commit/95fca12b0e8a351ce4416417323db24c63eb940a Author: John Drouhard <john@drouhard.dev> Date: Mon Aug 1 11:38:17 2022 +0100 patch 9.0.0126: expanding file names fails in dir with more than 255 entries Problem: Expanding file names fails in directory with more than 255 entries. Solution: Use an int instead of char_u to count. (John Drouhard, closes #10818)
author Bram Moolenaar <Bram@vim.org>
date Mon, 01 Aug 2022 12:45:03 +0200
parents ccc02b39fb5e
children
line wrap: on
line source

src/testdir/test42.in diff