From 53a07f5bf3abdd9751fbe8ed52ee72a67956539b Mon Sep 17 00:00:00 2001 From: Neil Date: Wed, 28 Nov 2018 08:50:25 +1100 Subject: Removed description of fold.comment as it is shared with other lexers and the desription from LexCPP.cxx takes precedence. --- lexers/LexBash.cxx | 3 +-- 1 file changed, 1 insertion(+), 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 { 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