commit | 3e37fd0950081e277fac44a0bd8e60815898945c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jan 17 15:37:01 2013 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jan 17 15:37:01 2013 +0100 |
tree | bb46b1cc1bb67e971b33d6b57fdcfb771da92e89 | |
parent | 8fae8e658ffd8f5177a22e41ece18ea32edaa4a2 [diff] [blame] |
updated for version 7.3.768 Problem: settabvar() and setwinvar() may move the cursor. Solution: Save and restore the cursor position when appropriate. (idea by Yasuhiro Matsumoto)
diff --git a/src/version.c b/src/version.c index 3217400..251cec8 100644 --- a/src/version.c +++ b/src/version.c
@@ -726,6 +726,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 768, +/**/ 767, /**/ 766,