commit | 970a1b82ecb74f4b89f5da71333d04ef27bbf075 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Mar 23 18:39:18 2012 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Mar 23 18:39:18 2012 +0100 |
tree | 61f3216ee07300b12b0a7fb850f663c8eb35410f | |
parent | 06ca513e2c25e2e2f63580f7d3d741236e17a19e [diff] [blame] |
updated for version 7.3.480 Problem: When using ":qa" and there is a changed buffer picking the buffer to jump to is not very good. Solution: Consider current and other tab pages. (Hirohito Higashi)
diff --git a/src/version.c b/src/version.c index 883fec1..2598aeb 100644 --- a/src/version.c +++ b/src/version.c
@@ -715,6 +715,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 480, +/**/ 479, /**/ 478,