commit | 9ef2a30e6ff5830984b57dd3d682656789a7ad78 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Mar 17 15:55:26 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Mar 17 15:55:26 2018 +0100 |
tree | 0acd505803f578d93656aba23cf63af919347022 | |
parent | a2150ac01643ef99b0e7b2273c6ad84ce79c8f90 [diff] [blame] |
patch 8.0.1614: "make tags" doesn't include libvterm Problem: "make tags" doesn't include libvterm. Solution: Add the libvterm sources to the tags command.
diff --git a/src/version.c b/src/version.c index b5c6137..5d52bc9 100644 --- a/src/version.c +++ b/src/version.c
@@ -767,6 +767,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1614, +/**/ 1613, /**/ 1612,