Hi,
On Sun, May 5, 2019 at 3:48 PM Bram Moolenaar <[email protected]> wrote:
> Patch 8.1.1276
>
> *** ../vim-8.1.1275/runtime/doc/eval.txt 2019-05-04 17:34:30.653353882
> +0200
> --- runtime/doc/eval.txt 2019-05-05 15:09:25.625993792 +0200
> ***************
> *** 7166,7171 ****
> --- 7218,7226 ----
> properties the one with the highest priority
> will be used; negative values can be used, the
> default priority is zero
> + combine when TRUE combine the highlight with any
> + syntax highlight; when omitted of FALSE syntax
when omitted _or_ FALSE syntax
I see that some later commit fixed this.
> *** ../vim-8.1.1275/runtime/doc/textprop.txt 2019-01-01 19:47:17.854123944
> +0100
> --- runtime/doc/textprop.txt 2019-05-05 15:45:33.194573955 +0200
> ***************
> *** 113,117 ****
> --- 118,142 ----
> prop_remove({props} [, {lnum} [, {lnum-end}]])
> remove a text property
>
> +
> ==============================================================================
> + 3. When text changes *text-prop-changes*
> +
> + Vim will do its best to keep the text properties on the text where it was
> + attached. When inserting or deleting text the properties after the change
> + will move accordingly.
> +
> + When text is deleted and a text property no longer includes any text, it is
> + deleted. However, a text property that was defined as zero-width will
> remain,
> + unless the whole line is deleted.
> +
> + When using replace mode, the text properties stay on the same character
> + positions, even though the characters themselves change.
> +
> +
> + When text property columns are not updated ~
> +
> + - When setting the line with |setline()| or through an interface, such as
> Lua,
> + Tcl or Python.
> +
I thought the line "When text property columns are not updated" looked
dogy, but now I see what you mean. Please consider adding the patch
below:
diff --git a/runtime/doc/textprop.txt b/runtime/doc/textprop.txt
index b6831875d..cea03afd0 100644
--- a/runtime/doc/textprop.txt
+++ b/runtime/doc/textprop.txt
@@ -132,7 +132,7 @@ When using replace mode, the text properties stay
on the same character
positions, even though the characters themselves change.
-When text property columns are not updated ~
+When are text property columns not updated ~
- When setting the line with |setline()| or through an interface, such as Lua,
Tcl or Python.
Christ van Willegen
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.