commit | ae3150ec8d9da4a244acffebea55416946ca23d3 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jun 11 23:22:36 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jun 11 23:22:36 2016 +0200 |
tree | 63e0e3ec4eaa84ea4c18d1484fd3ae4e149da526 | |
parent | 06469e979fe524ac6cb8f705ed4221aa267de11d [diff] [blame] |
patch 7.4.1923 Problem: Command line editing is not tested much. Solution: Add tests for expanding the file name and 'wildmenu'.
diff --git a/src/version.c b/src/version.c index 39e70e5..530e363 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1923, +/**/ 1922, /**/ 1921,