From f1d3c7952e9f3393970078e9412661134c526e10 Mon Sep 17 00:00:00 2001 From: Neil Date: Wed, 28 Nov 2018 08:50:25 +1100 Subject: 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. --- lexers/LexBash.cxx | 3 +-- 1 file changed, 1 insertion(+), 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 { 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); -- cgit v1.2.3