0
0
mirror of https://github.com/vim/vim.git synced 2025-10-03 05:14:07 -04:00

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)
This commit is contained in:
Bram Moolenaar
2012-03-23 18:39:18 +01:00
parent 06ca513e2c
commit 970a1b82ec
2 changed files with 82 additions and 23 deletions

View File

@@ -714,6 +714,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
480,
/**/
479,
/**/