comparison runtime/doc/builtin.txt @ 29540:9b8ab82e3b0b v9.0.0111

patch 9.0.0111: "nocombine" is missing from synIDattr() Commit: https://github.com/vim/vim/commit/de78632c41d870d5254e9ccd285f53674b955f4e Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jul 30 14:56:17 2022 +0100 patch 9.0.0111: "nocombine" is missing from synIDattr() Problem: "nocombine" is missing from synIDattr(). Solution: Add "nocombine". (Muni Tanjim, closes https://github.com/vim/vim/issues/10816)
author Bram Moolenaar <Bram@vim.org>
date Sat, 30 Jul 2022 16:00:02 +0200
parents 34c1f4cd0c18
children bdb31515f78b
comparison
equal deleted inserted replaced
29539:73c769741c52 29540:9b8ab82e3b0b
9231 "inverse" "1" if inverse (= reverse) 9231 "inverse" "1" if inverse (= reverse)
9232 "standout" "1" if standout 9232 "standout" "1" if standout
9233 "underline" "1" if underlined 9233 "underline" "1" if underlined
9234 "undercurl" "1" if undercurled 9234 "undercurl" "1" if undercurled
9235 "strike" "1" if strikethrough 9235 "strike" "1" if strikethrough
9236 "nocombine" "1" if nocombine
9236 9237
9237 Returns an empty string on error. 9238 Returns an empty string on error.
9238 9239
9239 Example (echoes the color of the syntax item under the 9240 Example (echoes the color of the syntax item under the
9240 cursor): > 9241 cursor): >