commit | 1db1f77d4a10f428738f97d06a010fddff4807c7 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Aug 17 16:25:48 2011 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Aug 17 16:25:48 2011 +0200 |
tree | 3483175312397ec278b7dbd668ef855cdf82d715 | |
parent | dc93555c0feee4f52e1535784b9cb02023888d8c [diff] [blame] |
updated for version 7.3.282 Problem: When using input() and :echo in a loop the displayed text is incorrect. (Benjamin Fritz) Solution: Only restore the cursor position when there is a command line. (Ben Schmidt)
diff --git a/src/version.c b/src/version.c index 35a5479..f9760e9 100644 --- a/src/version.c +++ b/src/version.c
@@ -710,6 +710,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 282, +/**/ 281, /**/ 280,