commit | 5328cb8986d2620f45b41acf28778f8ce2f8cac1 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jul 27 23:27:51 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jul 27 23:27:51 2019 +0200 |
tree | 7527f5bae25481935d9cf14dfea4272151d8542e | |
parent | 9f9fe37f6750f342255a51f158a7bb372c827f7f [diff] [blame] |
patch 8.1.1764: ":browse oldfiles" is not tested Problem: ":browse oldfiles" is not tested. Solution: Add a test.
diff --git a/src/version.c b/src/version.c index da62479..6619c7b 100644 --- a/src/version.c +++ b/src/version.c
@@ -778,6 +778,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1764, +/**/ 1763, /**/ 1762,