diff options
| author | Neil <nyamatongwe@gmail.com> | 2018-11-28 08:50:25 +1100 |
|---|---|---|
| committer | Neil <nyamatongwe@gmail.com> | 2018-11-28 08:50:25 +1100 |
| commit | f1d3c7952e9f3393970078e9412661134c526e10 (patch) | |
| tree | 8a97cd1eeaddd92672b267f73ef676dc09748378 /lexers/LexBash.cxx | |
| parent | acdba91e287fde784d5c519f8559bfe8f89db13c (diff) | |
| download | scintilla-mirror-f1d3c7952e9f3393970078e9412661134c526e10.tar.gz | |
Backport: Removed description of fold.comment as it is shared with other lexers and the
desription from LexCPP.cxx takes precedence.
Backport of changeset 7179:16fd3ed0b26d.
Diffstat (limited to 'lexers/LexBash.cxx')
| -rw-r--r-- | lexers/LexBash.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lexers/LexBash.cxx b/lexers/LexBash.cxx index 1571e1976..45832b77d 100644 --- a/lexers/LexBash.cxx +++ b/lexers/LexBash.cxx @@ -163,8 +163,7 @@ struct OptionSetBash : public OptionSet<OptionsBash> { OptionSetBash() { DefineProperty("fold", &OptionsBash::fold); - DefineProperty("fold.comment", &OptionsBash::foldComment, - "This option enables folding multi-line comments."); + DefineProperty("fold.comment", &OptionsBash::foldComment); DefineProperty("fold.compact", &OptionsBash::foldCompact); |
