]> ruderich.org/simon Gitweb - fcscs/fcscs.git/commitdiff
fix typo in comment
authorSimon Ruderich <simon@ruderich.org>
Fri, 12 Feb 2016 00:12:57 +0000 (01:12 +0100)
committerSimon Ruderich <simon@ruderich.org>
Fri, 12 Feb 2016 00:12:57 +0000 (01:12 +0100)
bin/fcscs

index e0c8cb1a05d42eb6e38a678311972626c6b1c086..97c4294ac454150eb95f12cda7388b351740e5b7 100755 (executable)
--- 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 };