diff src/version.c @ 12636:f74372f5db88 v8.0.1196

patch 8.0.1196: crash when t_RF is not set commit https://github.com/vim/vim/commit/a20f83df1d646a2d296af835ba1154f09986f102 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Oct 15 13:35:01 2017 +0200 patch 8.0.1196: crash when t_RF is not set Problem: Crash when t_RF is not set. (Brian Pina) Solution: Add t_RF to the list of terminal options. (Hirohito Higashi)
author Christian Brabandt <cb@256bit.org>
date Sun, 15 Oct 2017 13:45:04 +0200
parents 94566ecb55f0
children 52d928d016bc
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 */
 /**/
+    1196,
+/**/
     1195,
 /**/
     1194,