X-Git-Url: https://ruderich.org/simon/gitweb/?p=fcscs%2Ffcscs.git;a=blobdiff_plain;f=bin%2Ffcscs;h=97c4294ac454150eb95f12cda7388b351740e5b7;hp=e0c8cb1a05d42eb6e38a678311972626c6b1c086;hb=1b42f4243054896a32ea7cd78594f9418995cd93;hpb=86557c9811d800c38d24ad1f5c944e75260a57ad 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 };