commit | a20f83df1d646a2d296af835ba1154f09986f102 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Oct 15 13:35:01 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Oct 15 13:35:01 2017 +0200 |
tree | 1657211ac9e112d5121b1c0d2b825daff3dae332 | |
parent | 9377df3ecd0bd3acb5d46cb8af7fe60867f247f2 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 5e87e25..0fcc596 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1196, +/**/ 1195, /**/ 1194,