From 1b42f4243054896a32ea7cd78594f9418995cd93 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Fri, 12 Feb 2016 01:12:57 +0100 Subject: [PATCH] fix typo in comment --- bin/fcscs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }; -- 2.43.2