Lines Matching refs:empty

71 if !empty(s:settings.prevent_copy)
208 " terminal return RGB values of known colors and empty string for unknown
247 elseif !empty(a:extra_attrs)
333 \ ' if l:saved_style == "" && empty(a:extra_attrs)'
352 " open tag for non-empty primary style
355 " non-empty primary style. handle either empty or non-empty diff style.
358 " style name, unless the primary style is empty, then just use the diff style
430 …d <= 0 ? "" : s:HtmlClosing(a:diff_style_id, 0)).s:HtmlClosing(a:style_id, !empty(a:extra_attrs))',
436 …\ ' return s:HtmlOpening(a:style_id, a:extra_attrs).a:text.s:HtmlClosing(a:style_id, !empty(a:ext…
502 " is to put the line IDs on each line; "text" will be empty but lnr will
504 " won't work as nice for empty text
563 \ ' string(a:len + (empty(a:char2) ? 0 : 1) + a:numfill) .'.
604 " put an extra empty span at the end for dynamic folds, so the linebreak can
625 " Return CSS style describing given highlight id (can be empty)
643 …elseif (a:id == s:FOLDED_ID || a:id == s:LINENR_ID || a:id == s:FOLD_C_ID) && !empty(s:settings.pr…
727 if empty(s:lines)
1248 if empty(s:allfolds) || index(s:allfolds, s:newfold) == -1
1426 " Indent for foldcolumn if there is one. Assume it's empty, there should
1475 while !empty(s:foldstack) && get(s:foldstack,0).lastline == s:lnum-1
1482 while !empty(s:allfolds) && get(s:allfolds,0).firstline == s:lnum
1552 if empty(s:foldstack)
1553 " add the empty foldcolumn for unfolded lines if there is a fold
1630 if empty(s:tablist)
1709 while !empty(s:foldstack)
1774 if !empty(s:settings.prevent_copy)
1846 " Make the cursor show active fold columns as active areas, and empty fold
1889 if !empty(s:stylelist)