commit | a34293ae0a87a35eb422f145ef999295705f3731 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jul 07 12:22:55 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jul 07 12:22:55 2017 +0200 |
tree | 72fd3fbdc0c36dc5e0ee5348c7973b4d916927d5 | |
parent | e4f25e4a8db2c8a8a71a4ba2a68540b3ab341e42 [diff] [blame] |
patch 8.0.0694: building in shadow directory does not work Problem: Building in shadow directory does not work. Running Vim fails. Solution: Add the new libvterm directory. Add missing change in command list.
diff --git a/src/version.c b/src/version.c index 5051c9e..eb237f3 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 694, +/**/ 693, /**/ 692,