Searched refs:VV_NAME (Results 1 – 1 of 1) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | evalvars.c | 57 {VV_NAME("warningmsg", VAR_STRING), 0}, 58 {VV_NAME("statusmsg", VAR_STRING), 0}, 65 {VV_NAME("lang", VAR_STRING), VV_RO}, 87 {VV_NAME("val", VAR_UNKNOWN), VV_RO}, 102 {VV_NAME("char", VAR_STRING), 0}, 109 {VV_NAME("hlsearch", VAR_NUMBER), 0}, 110 {VV_NAME("oldfiles", VAR_LIST), 0}, 120 {VV_NAME("errors", VAR_LIST), 0}, 121 {VV_NAME("false", VAR_BOOL), VV_RO}, 122 {VV_NAME("true", VAR_BOOL), VV_RO}, [all …]
|