From: Simon Ruderich Date: Fri, 12 Feb 2016 00:12:57 +0000 (+0100) Subject: fix typo in comment X-Git-Url: https://ruderich.org/simon/gitweb/?p=fcscs%2Ffcscs.git;a=commitdiff_plain;h=1b42f4243054896a32ea7cd78594f9418995cd93;hp=86557c9811d800c38d24ad1f5c944e75260a57ad fix typo in comment --- diff --git a/bin/fcscs b/bin/fcscs index e0c8cb1..97c4294 100755 --- a/bin/fcscs +++ b/bin/fcscs @@ -663,7 +663,7 @@ sub extend_match { } elsif ($char eq '$') { # select to end of line extend_match_regex_right($line, $match, qr/.+/); - # Allow mode changes if not overwritten by local mappings. + # Allow mode changes if not overwritten by above mappings. } elsif (defined $config->{mapping}{mode}{$char}) { $screen->draw_matches($config, [$match_old], []); # clear match return { key => $char };