aboutsummaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2022-07-31 09:19:10 +0800
committerGitHub <noreply@github.com>2022-07-31 09:19:10 +0800
commit7f4c50f8c48a57067147ff49bee84d8f4594159d (patch)
tree364778e56de80b699c8d18a4d7fc8372fe56ccd4 /runtime
parent9511faa819e8260aa7ae2c2ff140070bbc96efa9 (diff)
parent0ae94a128f2ec7bbf7ecce7dc8fcece02783bd8f (diff)
downloadrneovim-7f4c50f8c48a57067147ff49bee84d8f4594159d.tar.gz
rneovim-7f4c50f8c48a57067147ff49bee84d8f4594159d.tar.bz2
rneovim-7f4c50f8c48a57067147ff49bee84d8f4594159d.zip
Merge pull request #19582 from clason/vim-9.0.0111
vim-patch:9.0.0111: "nocombine" is missing from synIDattr()
Diffstat (limited to 'runtime')
-rw-r--r--runtime/doc/builtin.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/doc/builtin.txt b/runtime/doc/builtin.txt
index 9d33c442c2..f973277b54 100644
--- a/runtime/doc/builtin.txt
+++ b/runtime/doc/builtin.txt
@@ -8041,6 +8041,7 @@ synIDattr({synID}, {what} [, {mode}]) *synIDattr()*
"underdotted" "1" if dotted underlined
"underdashed" "1" if dashed underlined
"strikethrough" "1" if struckthrough
+ "nocombine" "1" if nocombine
Example (echoes the color of the syntax item under the
cursor): >