diff src/version.c @ 11490:6a06738f8948 v8.0.0628

patch 8.0.0628: cursor disappears after silent mapping commit https://github.com/vim/vim/commit/f085f4266e07b36279c56d43fd0d73ed080046ae Author: Bram Moolenaar <Bram@vim.org> Date: Wed Jun 7 20:39:47 2017 +0200 patch 8.0.0628: cursor disappears after silent mapping Problem: Cursor disappears after silent mapping. (Ramel Eshed) Solution: Do restore the cursor when it was changed, but don't change it in the first place for a silent mapping.
author Christian Brabandt <cb@256bit.org>
date Wed, 07 Jun 2017 20:45:03 +0200
parents 9473793c7bb5
children 5ccf1b222223
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -765,6 +765,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    628,
+/**/
     627,
 /**/
     626,