]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.4406: expand functions use confusing argument names v8.2.4406
authorYegappan Lakshmanan <yegappan@yahoo.com>
Thu, 17 Feb 2022 11:26:42 +0000 (11:26 +0000)
committerBram Moolenaar <Bram@vim.org>
Thu, 17 Feb 2022 11:26:42 +0000 (11:26 +0000)
commit24384308635f40b15d399fbd4e60c25d5e21ed8d
tree2ffceff38b0e4234033412df7b9fec55dc4e1a74
parent8329ab79b26be4c6c5766d80abae4a22385ee9e1
patch 8.2.4406: expand functions use confusing argument names

Problem:    Expand functions use confusing argument names.
Solution:   Rename "file" to "match".  Refactor some completion code.  Add a
            few more tests. (Yegappan Lakshmanan, closes #9790)
src/cmdexpand.c
src/testdir/test_usercommands.vim
src/version.c