]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.1.1120: cannot easily get directory entry matches v8.1.1120
authorBram Moolenaar <Bram@vim.org>
Fri, 5 Apr 2019 20:50:40 +0000 (22:50 +0200)
committerBram Moolenaar <Bram@vim.org>
Fri, 5 Apr 2019 20:50:40 +0000 (22:50 +0200)
commit543c9b1921d7605498b54afdef518e312f1b4515
tree698a18418c2db2f58dd124b732ec0c193373e307
parent577fadfc100ff8fa569a34b89f5ad055ad726646
patch 8.1.1120: cannot easily get directory entry matches

Problem:    Cannot easily get directory entry matches.
Solution:   Add the readdir() function. (Yasuhiro Matsumoto, closes #2439)
runtime/doc/eval.txt
src/eval.c
src/evalfunc.c
src/misc1.c
src/proto/eval.pro
src/testdir/test_functions.vim
src/version.c