diff options
| author | Delapouite <delapouite@gmail.com> | 2017-02-09 09:01:49 +0100 |
|---|---|---|
| committer | Delapouite <delapouite@gmail.com> | 2017-02-09 09:01:49 +0100 |
| commit | cfb2b4fadeac156fb85cc1f1fa00fdcc5a7fe744 (patch) | |
| tree | 4a8a43df8a68a35aeaece61b01ea4e490f82a34d /src | |
| parent | 033ded15ae0d0296f046b6c5feb53ef4e162f2ea (diff) | |
Fix missing new line char in declare_option_cmd info
Diffstat (limited to 'src')
| -rw-r--r-- | src/commands.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands.cc b/src/commands.cc index b12742f4..cc47a8b8 100644 --- a/src/commands.cc +++ b/src/commands.cc @@ -1307,7 +1307,7 @@ const CommandDesc declare_option_cmd = { " regex: regular expression\n" " int-list: list of integers\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" " range-faces: list of range faces\n", ParameterDesc{ |
