commit | acecb3b9359dced16b471b9950594394183c503a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Dec 15 16:19:50 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Dec 15 16:19:50 2018 +0100 |
tree | d1ea9823ad984d580af7ddb3455f7bb7d58c3170 | |
parent | 21e551cce26ea6ff389b6c90f1945facf1a8a066 [diff] [blame] |
patch 8.1.0597: cannot run test_libvterm from the top directory Problem: Cannot run test_libvterm from the top directory. Solution: Add test target in toplevel Makefile.
diff --git a/src/version.c b/src/version.c index 577be31..a85295a 100644 --- a/src/version.c +++ b/src/version.c
@@ -800,6 +800,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 597, +/**/ 596, /**/ 595,