comparison src/option.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 b390f5003e2f
children 351cf7c67bbe
comparison
equal deleted inserted replaced
12635:c49d77dd0e13 12636:f74372f5db88
3139 p_term("t_me", T_ME) 3139 p_term("t_me", T_ME)
3140 p_term("t_mr", T_MR) 3140 p_term("t_mr", T_MR)
3141 p_term("t_ms", T_MS) 3141 p_term("t_ms", T_MS)
3142 p_term("t_nd", T_ND) 3142 p_term("t_nd", T_ND)
3143 p_term("t_op", T_OP) 3143 p_term("t_op", T_OP)
3144 p_term("t_RF", T_RFG)
3144 p_term("t_RB", T_RBG) 3145 p_term("t_RB", T_RBG)
3145 p_term("t_RC", T_CRC) 3146 p_term("t_RC", T_CRC)
3146 p_term("t_RI", T_CRI) 3147 p_term("t_RI", T_CRI)
3147 p_term("t_RS", T_CRS) 3148 p_term("t_RS", T_CRS)
3148 p_term("t_RV", T_CRV) 3149 p_term("t_RV", T_CRV)