commit | 72cf47a279f7261abf4ae6c9c3ee54024ee87a12 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu May 10 18:23:29 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu May 10 18:23:29 2018 +0200 |
tree | ff5309e8b510f56d89a86a5f938162b4db8f5085 | |
parent | 56bc8e299cdae1b4606897749ef54a0161381a4a [diff] [blame] |
patch 8.0.1811: no test for winrestcmd() Problem: No test for winrestcmd(). Solution: Add a test. (Dominique Pelle, closes #2894)
diff --git a/src/version.c b/src/version.c index 59b25bf..d8819ae 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1811, +/**/ 1810, /**/ 1809,