Fix missing new line char in declare_option_cmd info

This commit is contained in:
Delapouite 2017-02-09 09:01:49 +01:00
parent 033ded15ae
commit cfb2b4fade

View File

@ -1307,7 +1307,7 @@ const CommandDesc declare_option_cmd = {
" regex: regular expression\n" " regex: regular expression\n"
" int-list: list of integers\n" " int-list: list of integers\n"
" str-list: list of character strings\n" " str-list: list of character strings\n"
" completions: list of completion candidates" " completions: list of completion candidates\n"
" line-flags: list of line flags\n" " line-flags: list of line flags\n"
" range-faces: list of range faces\n", " range-faces: list of range faces\n",
ParameterDesc{ ParameterDesc{