From 29d5ca7d66796a306f63d454ad1588df8c58e5aa Mon Sep 17 00:00:00 2001 From: Christian Clason Date: Sat, 30 Jul 2022 16:11:02 +0200 Subject: vim-patch:9.0.0111: "nocombine" is missing from synIDattr() Problem: "nocombine" is missing from synIDattr(). Solution: Add "nocombine". (Munif Tanjim, closes vim/vim#10816) https://github.com/vim/vim/commit/de78632c41d870d5254e9ccd285f53674b955f4e --- runtime/doc/builtin.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'runtime') 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): > -- cgit