]> granicus.if.org Git - vim/commit
patch 9.0.0126: expanding file names fails in dir with more than 255 entries v9.0.0126
authorJohn Drouhard <john@drouhard.dev>
Mon, 1 Aug 2022 10:38:17 +0000 (11:38 +0100)
committerBram Moolenaar <Bram@vim.org>
Mon, 1 Aug 2022 10:38:17 +0000 (11:38 +0100)
commit95fca12b0e8a351ce4416417323db24c63eb940a
tree5458560bbf1fa58bd52f89d47db65c4f6e2a2691
parent84b247fab70e9b76539c2a0e24556e7c66126974
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)
src/findfile.c
src/testdir/test_gf.vim
src/version.c