commit | 72e1b39111389001a20fbe8aa344ce2fe0a7e1a4 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Aug 03 13:50:08 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Aug 03 13:50:08 2019 +0200 |
tree | a6519eab586c2cacf7e49794c3a93c8771b91e73 | |
parent | c7f1e4002184903f4e12e429dd5c6ab731932f86 [diff] [blame] |
patch 8.1.1796: :argdo is not tested Problem: :argdo is not tested Solution: Add a test.
diff --git a/src/version.c b/src/version.c index 10e05f4..2b91490 100644 --- a/src/version.c +++ b/src/version.c
@@ -774,6 +774,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1796, +/**/ 1795, /**/ 1794,