comparison runtime/doc/textprop.txt @ 16610:1eaf34420bb3

Update runtime files commit https://github.com/vim/vim/commit/a6c27c47ddf081859659d7de1caec675147e466b Author: Bram Moolenaar <Bram@vim.org> Date: Thu May 9 19:16:22 2019 +0200 Update runtime files
author Bram Moolenaar <Bram@vim.org>
date Thu, 09 May 2019 19:30:06 +0200
parents 0e473e9e70c2
children c002c4899529
comparison
equal deleted inserted replaced
16609:175385d2d3d9 16610:1eaf34420bb3
1 *textprop.txt* For Vim version 8.1. Last change: 2019 May 05 1 *textprop.txt* For Vim version 8.1. Last change: 2019 May 06
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
7 Displaying text with properties attached. *text-properties* 7 Displaying text with properties attached. *textprop* *text-properties*
8 8
9 THIS IS UNDER DEVELOPMENT - ANYTHING MAY STILL CHANGE *E967* 9 THIS IS UNDER DEVELOPMENT - ANYTHING MAY STILL CHANGE *E967*
10 10
11 What is not working yet: 11 What is not working yet:
12 - Adjusting column/length when inserting text 12 - Adjusting column/length when inserting text
130 130
131 When using replace mode, the text properties stay on the same character 131 When using replace mode, the text properties stay on the same character
132 positions, even though the characters themselves change. 132 positions, even though the characters themselves change.
133 133
134 134
135 When text property columns are not updated ~ 135 Text property columns are not updated: ~
136 136
137 - When setting the line with |setline()| or through an interface, such as Lua, 137 - When setting the line with |setline()| or through an interface, such as Lua,
138 Tcl or Python. 138 Tcl or Python. Vim does not know what text got inserted or deleted.
139 139
140 140
141 vim:tw=78:ts=8:noet:ft=help:norl: 141 vim:tw=78:ts=8:noet:ft=help:norl: