commit | 54d6fe5e60c0c488a424c078963ead40ae7dc397 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Feb 08 16:50:26 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Feb 08 16:50:26 2019 +0100 |
tree | 5c8093d4b53c6824035bb84486dd34b09654792f | |
parent | 1aa43755e2116ba744be13b6f596ea033a0d82ae [diff] [blame] |
patch 8.1.0883: missing some changes for Ex commands Problem: Missing some changes for Ex commands. Solution: Add mising changes in header file.
diff --git a/src/version.c b/src/version.c index 164fd44..bf1e466 100644 --- a/src/version.c +++ b/src/version.c
@@ -784,6 +784,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 883, +/**/ 882, /**/ 881,