diff src/version.c @ 7076:6ad58a7e995b v7.4.850

commit https://github.com/vim/vim/commit/544780248b5876339b316703fc2f330a9d316c45 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Sep 1 19:50:09 2015 +0200 patch 7.4.850 Problem: <Esc> does not show up. Solution: Use &gt; and &lt;. (Kazunobu Kuriyama)
author Christian Brabandt <cb@256bit.org>
date Tue, 01 Sep 2015 20:00:04 +0200
parents c8efa41dd451
children 383d6f39669b
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -742,6 +742,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    850,
+/**/
     849,
 /**/
     848,