diff src/version.c @ 11410:db21cc7b40f0 v8.0.0589

patch 8.0.0589: :simalt still does not work commit https://github.com/vim/vim/commit/a21ccb7a974a96550c5cd99c4633e166d2083172 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Apr 29 17:40:22 2017 +0200 patch 8.0.0589: :simalt still does not work Problem: :simalt still does not work. Solution: Use K_NOP instead of K_IGNORE. (Christian Brabandt)
author Christian Brabandt <cb@256bit.org>
date Sat, 29 Apr 2017 17:45:04 +0200
parents c9924ea60cc7
children 84baca75b7f2
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 */
 /**/
+    589,
+/**/
     588,
 /**/
     587,