commit | e25bb90b2eb0ceed2caa5202ca62003e367021ae | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Feb 27 20:33:37 2015 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Feb 27 20:33:37 2015 +0100 |
tree | 9f1b2ea8bfd1ba156af43f09fc33cd2c571e387c | |
parent | 8da9bbfd02957b79edd595c8c7397453012510b0 [diff] [blame] |
updated for version 7.4.646 Problem: ":bufdo" may start at a deleted buffer. Solution: Find the first not deleted buffer. (Shane Harper)
diff --git a/src/version.c b/src/version.c index 41926a4..53b6cdb 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 646, +/**/ 645, /**/ 644,