comparison runtime/doc/textprop.txt @ 18016:834b7854aa3c

Update runtime files Commit: https://github.com/vim/vim/commit/30e9b3c4256710781c3bd64efb33f138e4e074b3 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Sep 7 16:24:12 2019 +0200 Update runtime files
author Bram Moolenaar <Bram@vim.org>
date Sat, 07 Sep 2019 16:30:03 +0200
parents 52f23198af7f
children 6d11fc4aa683
comparison
equal deleted inserted replaced
18015:4e43c4aa6563 18016:834b7854aa3c
339 will move accordingly. 339 will move accordingly.
340 340
341 When text is deleted and a text property no longer includes any text, it is 341 When text is deleted and a text property no longer includes any text, it is
342 deleted. However, a text property that was defined as zero-width will remain, 342 deleted. However, a text property that was defined as zero-width will remain,
343 unless the whole line is deleted. 343 unless the whole line is deleted.
344 ` *E275* 344 *E275*
345 When a buffer is unloaded, all the text properties are gone. There is no way 345 When a buffer is unloaded, all the text properties are gone. There is no way
346 to store the properties in a file. You can only re-create them. When a 346 to store the properties in a file. You can only re-create them. When a
347 buffer is hidden the text is preserved and so are the text properties. It is 347 buffer is hidden the text is preserved and so are the text properties. It is
348 not possible to add text properties to an unloaded buffer. 348 not possible to add text properties to an unloaded buffer.
349 349