comparison src/move.c @ 18763:49b78d6465e5 v8.1.2371

patch 8.1.2371: FEAT_TEXT_PROP is a confusing name Commit: https://github.com/vim/vim/commit/05ad5ff0ab34ed9a5296dedd420ca81698b8ce22 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Nov 30 22:48:27 2019 +0100 patch 8.1.2371: FEAT_TEXT_PROP is a confusing name Problem: FEAT_TEXT_PROP is a confusing name. Solution: Use FEAT_PROP_POPUP. (Naruhiko Nishino, closes https://github.com/vim/vim/issues/5291)
author Bram Moolenaar <Bram@vim.org>
date Sat, 30 Nov 2019 23:00:05 +0100
parents a9bfdc5ea1ec
children fb2d26bc8ca1
comparison
equal deleted inserted replaced
18762:19582783e5ad 18763:49b78d6465e5
1179 curwin->w_valid_leftcol = curwin->w_leftcol; 1179 curwin->w_valid_leftcol = curwin->w_leftcol;
1180 1180
1181 curwin->w_valid |= VALID_WCOL|VALID_WROW|VALID_VIRTCOL; 1181 curwin->w_valid |= VALID_WCOL|VALID_WROW|VALID_VIRTCOL;
1182 } 1182 }
1183 1183
1184 #if (defined(FEAT_EVAL) || defined(FEAT_TEXT_PROP)) || defined(PROTO) 1184 #if (defined(FEAT_EVAL) || defined(FEAT_PROP_POPUP)) || defined(PROTO)
1185 /* 1185 /*
1186 * Compute the screen position of text character at "pos" in window "wp" 1186 * Compute the screen position of text character at "pos" in window "wp"
1187 * The resulting values are one-based, zero when character is not visible. 1187 * The resulting values are one-based, zero when character is not visible.
1188 */ 1188 */
1189 void 1189 void