commit | 52af96527c914599334e3c2543ebb5ba1e37bbbe | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Sep 14 14:33:51 2011 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Sep 14 14:33:51 2011 +0200 |
tree | 36939145f36b2d6a7f0f7954b09108927fb64d3a | |
parent | 612af43cb64d06a57211200296068f3f10126ce0 [diff] [blame] |
updated for version 7.3.305 Problem: Auto-loading a function while editing the command line causes scrolling up the display. Solution: Don't set msg_scroll when defining a function and the user is not typing. (Yasuhiro Matsumoto)
diff --git a/src/version.c b/src/version.c index 77a1e2a..f21e332 100644 --- a/src/version.c +++ b/src/version.c
@@ -710,6 +710,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 305, +/**/ 304, /**/ 303,