commit | e66f06d819c2bbb09205a5c28e7ccf481f3ea9e7 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jun 15 21:54:16 2013 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jun 15 21:54:16 2013 +0200 |
tree | 51ebda31471afb3d060fe3ce53d606f184a8c409 | |
parent | 52b91d801aa1af208aeb25f707da823d40671e4a [diff] [blame] |
updated for version 7.3.1201 Problem: When a startup script creates a preview window, it probably becomes the current window. Solution: Make another window the current one. (Christian Brabandt)
diff --git a/src/version.c b/src/version.c index bb9edce..2f47dad 100644 --- a/src/version.c +++ b/src/version.c
@@ -729,6 +729,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1201, +/**/ 1200, /**/ 1199,