comparison src/globals.h @ 15349:6abee072b93c v8.1.0682

patch 8.1.0682: text properties not adjusted when backspacing replaced text commit https://github.com/vim/vim/commit/196d157f12cf0476d97f78834155fc67d6b161de Author: Bram Moolenaar <Bram@vim.org> Date: Wed Jan 2 23:47:18 2019 +0100 patch 8.1.0682: text properties not adjusted when backspacing replaced text Problem: Text properties are not adjusted when backspacing replaced text. Solution: Keep text properties on text restored in replace mode.
author Bram Moolenaar <Bram@vim.org>
date Thu, 03 Jan 2019 00:00:54 +0100
parents 186eebc31ec0
children 6012cc6936f7
comparison
equal deleted inserted replaced
15348:24c31bd03f3a 15349:6abee072b93c
1656 1656
1657 #ifdef WIN3264 1657 #ifdef WIN3264
1658 EXTERN int ctrl_break_was_pressed INIT(= FALSE); 1658 EXTERN int ctrl_break_was_pressed INIT(= FALSE);
1659 #endif 1659 #endif
1660 1660
1661 #ifdef FEAT_TEXT_PROP
1662 EXTERN int text_prop_frozen INIT(= 0);
1663 #endif
1664
1661 /* 1665 /*
1662 * Optional Farsi support. Include it here, so EXTERN and INIT are defined. 1666 * Optional Farsi support. Include it here, so EXTERN and INIT are defined.
1663 */ 1667 */
1664 #ifdef FEAT_FKMAP 1668 #ifdef FEAT_FKMAP
1665 # include "farsi.h" 1669 # include "farsi.h"