diff options
author | Bram Moolenaar <Bram@vim.org> | 2022-11-23 23:46:31 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2022-11-23 23:46:31 +0000 |
commit | b59ae59a58706e454ef8c78276f021b1f58466e7 (patch) | |
tree | 2bf1712bd7627d2a00ddc1bdf63c5ae8fc68deac /runtime/doc/textprop.txt | |
parent | 43300f6034fbefb54b5d1dc1b4c72d5fe57438c8 (diff) | |
download | vim-git-b59ae59a58706e454ef8c78276f021b1f58466e7.tar.gz |
Update runtime files
Diffstat (limited to 'runtime/doc/textprop.txt')
-rw-r--r-- | runtime/doc/textprop.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/runtime/doc/textprop.txt b/runtime/doc/textprop.txt index 2ecf4af2e..086742a8f 100644 --- a/runtime/doc/textprop.txt +++ b/runtime/doc/textprop.txt @@ -1,4 +1,4 @@ -*textprop.txt* For Vim version 9.0. Last change: 2022 Oct 13 +*textprop.txt* For Vim version 9.0. Last change: 2022 Nov 18 VIM REFERENCE MANUAL by Bram Moolenaar @@ -147,7 +147,8 @@ prop_add({lnum}, {col}, {props}) above/below the line if {col} is zero; prepend and/or append spaces for padding with highlighting; cannot be used with "length", - "end_lnum" and "end_col" |virtual-text| + "end_lnum" and "end_col" + See |virtual-text| for more information. *E1294* text_align when "text" is present and {col} is zero; specifies where to display the text: |