diff src/version.c @ 14640:22248c686b32 v8.1.0333

patch 8.1.0333: :mkview does not restore cursor properly after "$" commit https://github.com/vim/vim/commit/92c1b696413bf0e28f2fec22090d42e8a825eff2 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Aug 29 21:42:42 2018 +0200 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! $".
author Christian Brabandt <cb@256bit.org>
date Wed, 29 Aug 2018 21:45:05 +0200
parents 067aeec2d1e7
children 96858d612aff
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -795,6 +795,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    333,
+/**/
     332,
 /**/
     331,