diff options
Diffstat (limited to 'lexers')
| -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); | 
