commit | 24384308635f40b15d399fbd4e60c25d5e21ed8d | [log] [tgz] |
---|---|---|
author | Yegappan Lakshmanan <yegappan@yahoo.com> | Thu Feb 17 11:26:42 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Feb 17 11:26:42 2022 +0000 |
tree | 2ffceff38b0e4234033412df7b9fec55dc4e1a74 | |
parent | 8329ab79b26be4c6c5766d80abae4a22385ee9e1 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 3b3beba..c304f0c 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4406, +/**/ 4405, /**/ 4404,