commit | 92c1b696413bf0e28f2fec22090d42e8a825eff2 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Aug 29 21:42:42 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Aug 29 21:42:42 2018 +0200 |
tree | 7f2e3d6d9e4fab5a519487090789ee1b5f98e869 | |
parent | a449a7c6b986b8f5b28c61b8f628e69ed43ca030 [diff] [blame] |
patch 8.1.0333: :mkview does not restore cursor properly after "$" Problem: :mkview does not restore cursor properly after "$". (Dominique Pelle) Solution: Position the cursor with "normal! $".
diff --git a/src/version.c b/src/version.c index 243e213..c2f64d3 100644 --- a/src/version.c +++ b/src/version.c
@@ -795,6 +795,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 333, +/**/ 332, /**/ 331,