commit | de78632c41d870d5254e9ccd285f53674b955f4e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jul 30 14:56:17 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jul 30 14:56:17 2022 +0100 |
tree | 667790e33e6c7e291b51adb3bc1c7e86bc72e231 | |
parent | ddab3ce3457aadffb16ce0127f67a99966a065a8 [diff] [blame] |
patch 9.0.0111: "nocombine" is missing from synIDattr() Problem: "nocombine" is missing from synIDattr(). Solution: Add "nocombine". (Muni Tanjim, closes #10816)
diff --git a/runtime/doc/builtin.txt b/runtime/doc/builtin.txt index f700d4e..a65f60d 100644 --- a/runtime/doc/builtin.txt +++ b/runtime/doc/builtin.txt
@@ -9233,6 +9233,7 @@ "underline" "1" if underlined "undercurl" "1" if undercurled "strike" "1" if strikethrough + "nocombine" "1" if nocombine Returns an empty string on error.