]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 7.4.2112 v7.4.2112
authorBram Moolenaar <Bram@vim.org>
Thu, 28 Jul 2016 20:53:37 +0000 (22:53 +0200)
committerBram Moolenaar <Bram@vim.org>
Thu, 28 Jul 2016 20:53:37 +0000 (22:53 +0200)
commitb56195ed00a9a79aa6217cddbeedbc8cc7a5b6d8
tree341dc463600cbb27377711dc00ddd0fda5fda44d
parent471a8975690af01a1244b28d5b5f978ca623028f
patch 7.4.2112
Problem:    getcompletion(.., 'dir') returns a match with trailing "*" when
            there are no matches. (Chdiza)
Solution:   Return an empty list when there are no matches.  Add a trailing
            slash to directories. (Yegappan Lakshmanan)  Add tests for no
            matches. (closes #947)
src/evalfunc.c
src/testdir/test_cmdline.vim
src/version.c