summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2012-03-23 18:39:18 +0100
committerBram Moolenaar <Bram@vim.org>2012-03-23 18:39:18 +0100
commit970a1b82ecb74f4b89f5da71333d04ef27bbf075 (patch)
tree61f3216ee07300b12b0a7fb850f663c8eb35410f /src/version.c
parent06ca513e2c25e2e2f63580f7d3d741236e17a19e (diff)
downloadvim-git-7.3.480.tar.gz
updated for version 7.3.480v7.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)
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index 883fec138..2598aeba9 100644
--- a/src/version.c
+++ b/src/version.c
@@ -715,6 +715,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 480,
+/**/
479,
/**/
478,