Searched refs:glyphFile (Results 1 – 2 of 2) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | netbeans.c | 1912 char_u *glyphFile; in nb_do_cmd() local 1934 glyphFile = vim_strsave_escaped(p, escape_chars); in nb_do_cmd() 1953 addsigntype(buf, typeNum, typeName, tooltip, glyphFile, fg, bg); in nb_do_cmd() 1959 vim_free(glyphFile); in nb_do_cmd() 3163 char_u *glyphFile, in addsigntype() argument 3178 typeNum, typeName, tooltip, glyphFile, fg, bg)); in addsigntype() 3200 if (*glyphFile == NUL) in addsigntype() 3203 else if (vim_strsize(glyphFile) <= 2) in addsigntype() 3207 glyphFile, typeName); in addsigntype() 3211 glyphFile, typeName); in addsigntype() [all …]
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | netbeans.txt | 414 defineAnnoType typeNum typeName tooltip glyphFile fg bg 420 glyphFile string name of icon file 431 When "glyphFile" is empty, no text sign is used (new in 433 When "glyphFile" is one or two characters long, a text sign is
|