commit | f3fe39276039f78beb7ce5a2ea21c445bee70545 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jun 29 14:47:22 2013 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jun 29 14:47:22 2013 +0200 |
tree | ece7d9e335db325fa32d0bdc6967c0d02c58a102 | |
parent | 4a4607036553448cd03abcabc8fdc14e9e2f4687 [diff] [blame] |
updated for version 7.3.1264 Problem: Missing m_nowait. Solution: Include missing part of the patch.
diff --git a/src/version.c b/src/version.c index c1b1c25..f8dcc14 100644 --- a/src/version.c +++ b/src/version.c
@@ -729,6 +729,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1264, +/**/ 1263, /**/ 1262,