aboutsummaryrefslogtreecommitdiffhomepage
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
commit53a07f5bf3abdd9751fbe8ed52ee72a67956539b (patch)
tree103f985a8c68d2f85fafc1228c51f3ab9b8b9aee
parent5328f6bfc7f0cd978bd3070bb0685249d5b5fc12 (diff)
downloadscintilla-mirror-53a07f5bf3abdd9751fbe8ed52ee72a67956539b.tar.gz
Removed description of fold.comment as it is shared with other lexers and the
desription from LexCPP.cxx takes precedence.
-rw-r--r--lexers/LexBash.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/lexers/LexBash.cxx b/lexers/LexBash.cxx
index 3a8c7ce13..4bcecc761 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);