commit | c95e32635c24465e618b67c312bcd0a038632759 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Aug 10 18:36:54 2011 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Aug 10 18:36:54 2011 +0200 |
tree | fd472e16a7db1956ef85ae6032dbab8ebf3dd534 | |
parent | 12bc1b5c9fa6b68993ac20a211529ff459523ada [diff] [blame] |
updated for version 7.3.280 Problem: ":lmake" does not update the quickfix window title. Solution: Update the title. (Lech Lorens)
diff --git a/src/version.c b/src/version.c index 8ef4fac..1330376 100644 --- a/src/version.c +++ b/src/version.c
@@ -710,6 +710,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 280, +/**/ 279, /**/ 278,