commit | cd1c55f706c2f9b8310b8a9fc1f8226c7fd19372 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Nov 10 20:52:04 2015 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Nov 10 20:52:04 2015 +0100 |
tree | 026d83efd01b1ec77412567b7984320849da4a76 | |
parent | a93f975e8b39d7cfc8145dbe181cc4e5e4ec0bdf [diff] [blame] |
patch 7.4.921 Problem: Missing proto file update. (Randall W. Morris) Solution: Add the missing line for mch_ishidden.
diff --git a/src/version.c b/src/version.c index eb418a7..3792aa0 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 921, +/**/ 920, /**/ 919,