aboutsummaryrefslogtreecommitdiffhomepage
path: root/lexers/LexBash.cxx
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2018-11-28 08:50:25 +1100
committerNeil <nyamatongwe@gmail.com>2018-11-28 08:50:25 +1100
commitf1d3c7952e9f3393970078e9412661134c526e10 (patch)
tree8a97cd1eeaddd92672b267f73ef676dc09748378 /lexers/LexBash.cxx
parentacdba91e287fde784d5c519f8559bfe8f89db13c (diff)
downloadscintilla-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.cxx3
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);