commit | 8c1329cb59e964797b8abdcf8d42af9877ea8daa | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Aug 06 13:36:59 2014 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Aug 06 13:36:59 2014 +0200 |
tree | 5bfc78ef645189150d5850c581082757898199dd | |
parent | e0f148270a03e0da2bf21706bee4d2fe99146c55 [diff] [blame] |
updated for version 7.4.392 Problem: Not easy to detect type of command line window. Solution: Add the getcmdwintype() function. (Jacob Niehus)
diff --git a/src/version.c b/src/version.c index fa2efdf..6610ba1 100644 --- a/src/version.c +++ b/src/version.c
@@ -735,6 +735,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 392, +/**/ 391, /**/ 390,