diff src/version.c @ 13919:bfca3dbdbf9e v8.0.1830

patch 8.0.1830: switching to Terminal-Normal mode does not redraw commit https://github.com/vim/vim/commit/05c4a471d235987b914a9cc3ca44b98c46abd157 Author: Bram Moolenaar <Bram@vim.org> Date: Sun May 13 15:15:43 2018 +0200 patch 8.0.1830: switching to Terminal-Normal mode does not redraw Problem: Switching to Terminal-Normal mode does not redraw. (Dominique Pelle) Solution: Also redraw when not updating the snapshot. (closes #2904)
author Christian Brabandt <cb@256bit.org>
date Sun, 13 May 2018 15:30:06 +0200
parents f6dcc1a8d584
children 3b6c29f8c1a2
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -762,6 +762,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1830,
+/**/
     1829,
 /**/
     1828,