Describe facedesc in :face docstring

This commit is contained in:
Maxime Coste 2015-06-03 22:10:37 +01:00
parent 64a3b0bd50
commit f30cd317b0

View File

@ -1477,7 +1477,13 @@ static Completions complete_face(const Context&, CompletionFlags flags,
const CommandDesc face_cmd = { const CommandDesc face_cmd = {
"face", "face",
nullptr, nullptr,
"face <name> <facespec>: set face <name> to refer to <facespec>\n", "face <name> <facespec>: set face <name> to refer to <facespec>\n"
"\n"
"facespec format is <fg color>[,<bg color>][+<attributes>]\n"
"colors are either a color name, or rgb:###### values.\n"
"attributes is a combination of:\n"
" u: underline, r: reverse, b: bold, B: blink, d: dim\n"
"facespec can as well just be the name of another face" ,
ParameterDesc{{}, ParameterDesc::Flags::None, 2, 2}, ParameterDesc{{}, ParameterDesc::Flags::None, 2, 2},
CommandFlags::None, CommandFlags::None,
CommandHelper{}, CommandHelper{},