commit | d8dc1799377027be622d8571545658b20042e92e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Aug 03 11:55:21 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Aug 03 11:55:21 2017 +0200 |
tree | bb1bf3a2237c32744c1db05f0d75b012c5b5f9fb | |
parent | e0ab979fa7404592eaf4180e6d7d3af4c7787e8f [diff] [blame] |
patch 8.0.0845: MS-Windows: missing semicolon in terminal code Problem: MS-Windows: missing semicolon in terminal code. Solution: Add it. (Naruhiko Nishino, closes #1923)
diff --git a/src/version.c b/src/version.c index ee0a081..3711461 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 845, +/**/ 844, /**/ 843,